ExtensionMethods.AsElementType(IEdmType) 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.
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.