Share via


ISharedEntityState.TargetEntityIdentifierTypeDescriptors Property

Gets the type descriptors for the identifiers in the target external content type for the external content type instance.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
ReadOnly Property TargetEntityIdentifierTypeDescriptors As IEnumerator(Of ITypeDescriptor)
    Get
'Usage
Dim instance As ISharedEntityState
Dim value As IEnumerator(Of ITypeDescriptor)

value = instance.TargetEntityIdentifierTypeDescriptors
IEnumerator<ITypeDescriptor> TargetEntityIdentifierTypeDescriptors { get; }

Property Value

Type: System.Collections.Generic.IEnumerator<ITypeDescriptor>

A list of identifier type descriptors.

See Also

Reference

ISharedEntityState Interface

ISharedEntityState Members

Microsoft.BusinessData.Runtime Namespace