Compartir a través de


EdmCoreModel.GetCollection Método

Obtiene una referencia a un tipo de colección.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public Shared Function GetCollection ( _
    elementType As IEdmTypeReference _
) As IEdmCollectionTypeReference
'Uso
Dim elementType As IEdmTypeReference
Dim returnValue As IEdmCollectionTypeReference

returnValue = EdmCoreModel.GetCollection(elementType)
public static IEdmCollectionTypeReference GetCollection(
    IEdmTypeReference elementType
)
public:
static IEdmCollectionTypeReference^ GetCollection(
    IEdmTypeReference^ elementType
)
static member GetCollection : 
        elementType:IEdmTypeReference -> IEdmCollectionTypeReference 
public static function GetCollection(
    elementType : IEdmTypeReference
) : IEdmCollectionTypeReference

Parámetros

Valor devuelto

Tipo: Microsoft.Data.Edm.IEdmCollectionTypeReference
Referencia a un tipo de colección.

Vea también

Referencia

EdmCoreModel Clase

Espacio de nombres Microsoft.Data.Edm.Library