ODataModelBuilder.RemoveStructuralType(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the type from the model.
public virtual bool RemoveStructuralType (Type type);
abstract member RemoveStructuralType : Type -> bool
override this.RemoveStructuralType : Type -> bool
Public Overridable Function RemoveStructuralType (type As Type) As Boolean
Parameters
- type
- Type
The type to be removed.
Returns
true
if the type is present in the model and false
otherwise.