Share via


ExtensionMethods.CollectionDefinition(IEdmCollectionTypeReference) Method

Definition

Gets the definition of this collection reference.

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

Parameters

type
IEdmCollectionTypeReference

Reference to the calling object.

Returns

The definition of this collection reference.

Applies to