EdmType.BaseType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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