EntityTypeConfiguration.BaseType Property
Gets or sets 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 virtual EntityTypeConfiguration BaseType { get; set; }
public:
property EntityTypeConfiguration^ BaseType {
virtual EntityTypeConfiguration^ get();
virtual void set(EntityTypeConfiguration^ value);
}
abstract BaseType : EntityTypeConfiguration with get, set
override BaseType : EntityTypeConfiguration with get, set
Public Overridable Property BaseType As EntityTypeConfiguration
Property Value
Type: System.Web.Http.OData.Builder.EntityTypeConfiguration
See Also
EntityTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top