Share via


ExtensionMethods.BaseEntityType Method

Definition

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

type
IEdmEntityTypeReference

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.

Applies to