Share via


EntityTypeConfiguration.BaseTypeConfigured Property

Gets a value that represents whether the base type is explicitly configured or inferred.

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

Syntax

'Declaration
Public Overridable ReadOnly Property BaseTypeConfigured As Boolean 
    Get
'Usage
Dim instance As EntityTypeConfiguration 
Dim value As Boolean 

value = instance.BaseTypeConfigured
public virtual bool BaseTypeConfigured { get; }
public:
virtual property bool BaseTypeConfigured {
    bool get ();
}
abstract BaseTypeConfigured : bool 
override BaseTypeConfigured : bool
function get BaseTypeConfigured () : boolean

Property Value

Type: System.Boolean
true the base type is explicitly configured or inferred; otherwise, false.

See Also

Reference

EntityTypeConfiguration Class

System.Web.Http.OData.Builder Namespace