EdmType.BaseType Property

Definition

Gets the base type of this type.

public virtual System.Data.Entity.Core.Metadata.Edm.EdmType BaseType { get; }
member this.BaseType : System.Data.Entity.Core.Metadata.Edm.EdmType
Public Overridable ReadOnly Property BaseType As EdmType

Property Value

The base type of this type.

Exceptions

Thrown if the setter is called on instance that is in ReadOnly state

Thrown if the value passed in for setter will create a loop in the inheritance chain

Applies to