Condividi tramite


Metodo ResourceType.GetEntityCollectionResourceType

Ottiene un EntityCollectionResourceType che rappresenta una raccolta degli elementi itemType specificati.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public Shared Function GetEntityCollectionResourceType ( _
    itemType As ResourceType _
) As EntityCollectionResourceType
'Utilizzo
Dim itemType As ResourceType
Dim returnValue As EntityCollectionResourceType

returnValue = ResourceType.GetEntityCollectionResourceType(itemType)
public static EntityCollectionResourceType GetEntityCollectionResourceType(
    ResourceType itemType
)
public:
static EntityCollectionResourceType^ GetEntityCollectionResourceType(
    ResourceType^ itemType
)
static member GetEntityCollectionResourceType : 
        itemType:ResourceType -> EntityCollectionResourceType 
public static function GetEntityCollectionResourceType(
    itemType : ResourceType
) : EntityCollectionResourceType

Parametri

Valore restituito

Tipo: System.Data.Services.Providers.EntityCollectionResourceType
Un oggetto MultiValueResourceType che rappresenta una raccolta degli elementi itemType specificati.

Vedere anche

Riferimento

ResourceType Classe

Spazio dei nomi System.Data.Services.Providers