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 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
public virtual bool BaseTypeConfigured { get; }
public:
property bool BaseTypeConfigured {
virtual bool get();
}
abstract BaseTypeConfigured : bool with get
override BaseTypeConfigured : bool with get
Public Overridable ReadOnly Property BaseTypeConfigured As Boolean
Property Value
Type: System.Boolean
See Also
EntityTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top