Share via


ExtensionMethods.AsElementType(IEdmType) Method

Definition

Gets the element type of a collection definition or itself of a non-collection definition referred to by the type reference.

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

Parameters

type
IEdmType

Reference to the calling object.

Returns

The element type of this references definition.

Applies to