Share via


ExtensionMethods.BaseComplexType Method

Definition

Overloads

BaseComplexType(IEdmComplexTypeReference)

Gets the base type of this reference.

BaseComplexType(IEdmComplexType)

Gets the base type of this references definition.

BaseComplexType(IEdmComplexTypeReference)

Gets the base type of this reference.

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

Parameters

type
IEdmComplexTypeReference

Reference to the calling object.

Returns

The base type of this reference.

Applies to

BaseComplexType(IEdmComplexType)

Gets the base type of this references definition.

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

Parameters

type
IEdmComplexType

Reference to the calling object.

Returns

The base type of this references definition.

Applies to