ResourceType.GetEntityCollectionResourceType 方法
获取表示指定 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 对象。