INavigationSourceConfiguration.ClrType Property
Gets the backing Type for the entity type contained in this navigation source.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
Type ClrType { get; }
property Type^ ClrType {
Type^ get();
}
abstract ClrType : Type with get
ReadOnly Property ClrType As Type
Property Value
Type: System.Type
See Also
INavigationSourceConfiguration Interface
System.Web.OData.Builder Namespace
Return to top