Share via


EntityTypeConfiguration<TEntityType>.BaseType Property

Gets the base type of this entity type.

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

Syntax

'Declaration
Public ReadOnly Property BaseType As EntityTypeConfiguration 
    Get
'Usage
Dim instance As EntityTypeConfiguration 
Dim value As EntityTypeConfiguration 

value = instance.BaseType
public EntityTypeConfiguration BaseType { get; }
public:
property EntityTypeConfiguration^ BaseType {
    EntityTypeConfiguration^ get ();
}
member BaseType : EntityTypeConfiguration
function get BaseType () : EntityTypeConfiguration

Property Value

Type: System.Web.Http.OData.Builder.EntityTypeConfiguration
Returns EntityTypeConfiguration.

See Also

Reference

EntityTypeConfiguration<TEntityType> Class

System.Web.Http.OData.Builder Namespace