IEntityInstance.Entity Property
Gets the external content type of this External Item.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Entity As IEntity
Get
'Usage
Dim instance As IEntityInstance
Dim value As IEntity
value = instance.Entity
IEntity Entity { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.IEntity
The external content type of this External Item.
Examples
Code Snippet: Custom External Data Part