EdmCoreModel.GetCollection(IEdmTypeReference) 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 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.