Share via


EntitySetConfiguration.ClrType Property

 

Gets the backing clr type for the entity type contained in this entity set.

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

Syntax

public virtual Type ClrType {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property Type^ ClrType {
    [CompilerGeneratedAttribute]
    virtual Type^ get();
    [CompilerGeneratedAttribute]
    private: virtual void set(Type^ value);
}
abstract ClrType : Type with get, private set
override ClrType : Type with get, private set
Public Overridable Property ClrType As Type
    Get
    Private Set
End Property

Property Value

Type: System.Type

See Also

EntitySetConfiguration Class
System.Web.Http.OData.Builder Namespace

Return to top