지정된 itemType 항목의 컬렉션을 나타내는 EntityCollectionResourceType을 가져옵니다.
네임스페이스: System.Data.Services.Providers
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Public Shared Function GetEntityCollectionResourceType ( _
itemType As ResourceType _
) As EntityCollectionResourceType
‘사용 방법
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
매개 변수
- itemType
유형: System.Data.Services.Providers.ResourceType
컬렉션에 있는 단일 항목의 ResourceType입니다.
반환 값
유형: System.Data.Services.Providers.EntityCollectionResourceType
지정된 itemType 항목의 컬렉션을 나타내는 MultiValueResourceType 개체입니다.