ODataModelBuilder.RemoveStructuralType(Type) Method

Definition

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.

Applies to