Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the type descriptors that correspond to the fields of the represented structure.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetChildTypeDescriptors As ITypeDescriptorCollection
'Usage
Dim instance As ITypeDescriptor
Dim returnValue As ITypeDescriptorCollection
returnValue = instance.GetChildTypeDescriptors()
ITypeDescriptorCollection GetChildTypeDescriptors()
Return Value
Type: Microsoft.BusinessData.MetadataModel.Collections.ITypeDescriptorCollection
The collection of the type descriptors that represent fields.
Remarks
If this type descriptor does not contain any type descriptors, an empty collection will be returned.
Examples
Code Snippet: Implementing a Custom Connector