ISharedEntityState.MemberTypeDescriptorDictionary Property
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.