GetMultiValueType Method
Returns the IEdmCollectionType implementation with the given IEdmTypeReference as element type.
Namespace: Microsoft.Data.OData.Metadata
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Shared Function GetMultiValueType ( _
itemType As IEdmType _
) As IEdmCollectionType
'Usage
Dim itemType As IEdmType
Dim returnValue As IEdmCollectionType
returnValue = EdmLibraryExtensions.GetMultiValueType(itemType)
public static IEdmCollectionType GetMultiValueType(
IEdmType itemType
)
public:
static IEdmCollectionType^ GetMultiValueType(
IEdmType^ itemType
)
static member GetMultiValueType :
itemType:IEdmType -> IEdmCollectionType
public static function GetMultiValueType(
itemType : IEdmType
) : IEdmCollectionType
Parameters
- itemType
Type: Microsoft.Data.Edm..::..IEdmType
The IEdmTypeReference instance which is the element type.
Return Value
Type: Microsoft.Data.Edm..::..IEdmCollectionType
An IEdmCollectionType instance using the itemType as MultiValue item type.