Share via


EdmTypeSemantics.IsCollection(IEdmTypeReference) Method

Definition

Returns true if this reference refers to a collection.

public static bool IsCollection (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsCollection : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsCollection (type As IEdmTypeReference) As Boolean

Parameters

type
IEdmTypeReference

Type reference.

Returns

This reference refers to a collection.

Applies to