Freigeben über


ResourceType.GetEntityCollectionResourceType-Methode

Ruft einen EntityCollectionResourceType ab, der eine Auflistung der angegebenen itemType-Elemente darstellt.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Shared Function GetEntityCollectionResourceType ( _
    itemType As ResourceType _
) As EntityCollectionResourceType
'Usage
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

Parameter

Rückgabewert

Typ: System.Data.Services.Providers.EntityCollectionResourceType
Ein MultiValueResourceType-Objekt, das eine Auflistung der angegebenen itemType-Elemente darstellt.

Siehe auch

Verweis

ResourceType Klasse

System.Data.Services.Providers-Namespace