ExtensionMethods.BaseEntityType Method
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.
Overloads
BaseEntityType(IEdmEntityTypeReference) |
Gets the base type of the definition of this reference. |
BaseEntityType(IEdmEntityType) |
Gets the base type of this entity type definition. |
BaseEntityType(IEdmEntityTypeReference)
Gets the base type of the definition of this reference.
public static Microsoft.OData.Edm.IEdmEntityType BaseEntityType (this Microsoft.OData.Edm.IEdmEntityTypeReference type);
static member BaseEntityType : Microsoft.OData.Edm.IEdmEntityTypeReference -> Microsoft.OData.Edm.IEdmEntityType
<Extension()>
Public Function BaseEntityType (type As IEdmEntityTypeReference) As IEdmEntityType
Parameters
Reference to the calling object.
Returns
The base type of the definition of this reference.
Applies to
BaseEntityType(IEdmEntityType)
Gets the base type of this entity type definition.
public static Microsoft.OData.Edm.IEdmEntityType BaseEntityType (this Microsoft.OData.Edm.IEdmEntityType type);
static member BaseEntityType : Microsoft.OData.Edm.IEdmEntityType -> Microsoft.OData.Edm.IEdmEntityType
<Extension()>
Public Function BaseEntityType (type As IEdmEntityType) As IEdmEntityType
Parameters
- type
- IEdmEntityType
Reference to the calling object.
Returns
The base type of this entity type definition.