Share via


EntityTypeConfiguration.BaseType Property

 

Gets or sets the base type of this entity type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.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.OData.Builder.EntityTypeConfiguration

See Also

EntityTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top