Share via


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

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

value = instance.BaseType

instance.BaseType = value
public virtual EntityTypeConfiguration BaseType { get; set; }
public:
virtual property EntityTypeConfiguration^ BaseType {
    EntityTypeConfiguration^ get ();
    void set (EntityTypeConfiguration^ value);
}
abstract BaseType : EntityTypeConfiguration with get, set 
override BaseType : EntityTypeConfiguration with get, set
function get BaseType () : EntityTypeConfiguration 
function set BaseType (value : EntityTypeConfiguration)

Property Value

Type: System.Web.Http.OData.Builder.EntityTypeConfiguration
The base type of this entity type.

See Also

Reference

EntityTypeConfiguration Class

System.Web.Http.OData.Builder Namespace