ExtensionMethods.ElementType(IEdmCollectionTypeReference) 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 the definition of this collection reference.
public static Microsoft.OData.Edm.IEdmTypeReference ElementType (this Microsoft.OData.Edm.IEdmCollectionTypeReference type);
static member ElementType : Microsoft.OData.Edm.IEdmCollectionTypeReference -> Microsoft.OData.Edm.IEdmTypeReference
<Extension()>
Public Function ElementType (type As IEdmCollectionTypeReference) As IEdmTypeReference
Parameters
Reference to the calling object.
Returns
The element type of the definition of this collection reference.