ODataModelBuilder.RemoveEnumType(Type) Method

Definition

Removes the type from the model.

public virtual bool RemoveEnumType (Type type);
abstract member RemoveEnumType : Type -> bool
override this.RemoveEnumType : Type -> bool
Public Overridable Function RemoveEnumType (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