Share via


ODataModelBuilder.RemoveEnumType Method (Type)

 

Removes the type from the model.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public virtual bool RemoveEnumType(
    Type type
)
public:
virtual bool RemoveEnumType(
    Type^ type
)
abstract RemoveEnumType : 
        type:Type -> bool
override RemoveEnumType : 
        type:Type -> bool
Public Overridable Function RemoveEnumType (
    type As Type
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the type is present in the model and false otherwise.

See Also

ODataModelBuilder Class
System.Web.OData.Builder Namespace

Return to top