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

public EntityTypeConfiguration BaseType { get; }
public:
property EntityTypeConfiguration^ BaseType {
    EntityTypeConfiguration^ get();
}
member BaseType : EntityTypeConfiguration with get
Public ReadOnly Property BaseType As EntityTypeConfiguration

Property Value

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

See Also

EntityTypeConfiguration<TEntityType> Class
System.Web.Http.OData.Builder Namespace

Return to top