Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the backing CLR type of this EDM type.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public Type ClrType { get; }
public:
property Type^ ClrType {
virtual Type^ get() sealed;
}
abstract ClrType : Type with get
override ClrType : Type with get
Public ReadOnly Property ClrType As Type
Property Value
Type: System.Type
Implements
See Also
PrimitiveTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top