EntityTypeConfiguration<TEntityType>.BaseType Property
Gets the base type of this entity type.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.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.OData.Builder.EntityTypeConfiguration
See Also
EntityTypeConfiguration<TEntityType> Class
System.Web.OData.Builder Namespace
Return to top