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
public Type ClrType {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property Type^ ClrType {
    [CompilerGeneratedAttribute]
    virtual Type^ get() sealed;
    [CompilerGeneratedAttribute]
    private: virtual void set(Type^ value) sealed;
}
abstract ClrType : Type with get, private set
override ClrType : Type with get, private set
Public Property ClrType As Type
    Get
    Private Set
End Property
Property Value
Type: System.Type
Implements
INavigationSourceConfiguration.ClrType
See Also
NavigationSourceConfiguration Class
System.Web.OData.Builder Namespace
Return to top