IParameter.GetRootTypeDescriptor Method
Gets the top-level (root) type descriptor.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetRootTypeDescriptor As ITypeDescriptor
'Usage
Dim instance As IParameter
Dim returnValue As ITypeDescriptor
returnValue = instance.GetRootTypeDescriptor()
ITypeDescriptor GetRootTypeDescriptor()
Return Value
Type: Microsoft.BusinessData.MetadataModel.ITypeDescriptor
The root type descriptor.
Remarks
The type descriptor can be used to examine the data type and the structure of the parameter.
Examples
Code Snippet: Implementing a Custom Connector