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.
Gets a list of type descriptors of the members contained in the external content type.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property MemberTypeDescriptorDictionary As IDictionary(Of String, ITypeDescriptorCollection)
Get
'Usage
Dim instance As ISharedEntityState
Dim value As IDictionary(Of String, ITypeDescriptorCollection)
value = instance.MemberTypeDescriptorDictionary
IDictionary<string, ITypeDescriptorCollection> MemberTypeDescriptorDictionary { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, ITypeDescriptorCollection>
A dictionary of type descriptors of the members in the external content type.