Share via


ExtensionMethods.BaseType Method

Definition

Overloads

BaseType(IEdmStructuredType)

Gets the base type of this structured type definition.

BaseType(IEdmStructuredTypeReference)

Returns the base type of the definition of this reference.

BaseType(IEdmStructuredType)

Gets the base type of this structured type definition.

public static Microsoft.OData.Edm.IEdmStructuredType BaseType (this Microsoft.OData.Edm.IEdmStructuredType type);
static member BaseType : Microsoft.OData.Edm.IEdmStructuredType -> Microsoft.OData.Edm.IEdmStructuredType
<Extension()>
Public Function BaseType (type As IEdmStructuredType) As IEdmStructuredType

Parameters

type
IEdmStructuredType

Reference to the calling object.

Returns

The base type of this structured type definition.

Applies to

BaseType(IEdmStructuredTypeReference)

Returns the base type of the definition of this reference.

public static Microsoft.OData.Edm.IEdmStructuredType BaseType (this Microsoft.OData.Edm.IEdmStructuredTypeReference type);
static member BaseType : Microsoft.OData.Edm.IEdmStructuredTypeReference -> Microsoft.OData.Edm.IEdmStructuredType
<Extension()>
Public Function BaseType (type As IEdmStructuredTypeReference) As IEdmStructuredType

Parameters

type
IEdmStructuredTypeReference

Reference to the calling object.

Returns

The base type of the definition of this reference.

Applies to