Compartir a través de


EdmTypeSemantics.IsCollection(IEdmTypeReference) Método

Definición

Devuelve true si esta referencia hace referencia a una colección.

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

Parámetros

type
IEdmTypeReference

Referencia de tipo.

Devoluciones

Esta referencia hace referencia a una colección.

Se aplica a