Metodo EdmCoreModel.GetCollection
Ottiene un riferimento a un tipo di raccolta.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Shared Function GetCollection ( _
elementType As IEdmTypeReference _
) As IEdmCollectionTypeReference
'Utilizzo
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
Parametri
- elementType
Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo dell'elemento.
Valore restituito
Tipo: Microsoft.Data.Edm.IEdmCollectionTypeReference
Riferimento a un tipo di raccolta.