Share via


EdmCoreModel.GetCollection(IEdmTypeReference) Method

Definition

Gets a reference to a non-atomic collection type definition.

public static Microsoft.OData.Edm.IEdmCollectionTypeReference GetCollection (Microsoft.OData.Edm.IEdmTypeReference elementType);
static member GetCollection : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.IEdmCollectionTypeReference
Public Shared Function GetCollection (elementType As IEdmTypeReference) As IEdmCollectionTypeReference

Parameters

elementType
IEdmTypeReference

Type of elements in the collection.

Returns

A new non-atomic collection type reference.

Applies to