ExtensionMethods.CollectionDefinition(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 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
Reference to the calling object.
Returns
The definition of this collection reference.