ISharedEntityState.TargetEntity Property
Gets 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 TargetEntity As IEntity
Get
'Usage
Dim instance As ISharedEntityState
Dim value As IEntity
value = instance.TargetEntity
IEntity TargetEntity { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.IEntity
An external content type object that represents the target for the external content type instance.