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
'Declaration
Public Overridable Property ClrType As Type
Get
Private Set
'Usage
Dim instance As EntitySetConfiguration
Dim value As Type
value = instance.ClrType
public virtual Type ClrType { get; private set; }
public:
virtual property Type^ ClrType {
Type^ get ();
private: void set (Type^ value);
}
abstract ClrType : Type with get, private set
override ClrType : Type with get, private set
function get ClrType () : Type
private function set ClrType (value : Type)
Property Value
Type: System.Type