Share via


IOperation.Entity Property

Gets the external content type of the operation.

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

Syntax

'Declaration
ReadOnly Property Entity As IEntity
    Get
'Usage
Dim instance As IOperation
Dim value As IEntity

value = instance.Entity
IEntity Entity { get; }

Property Value

Type: Microsoft.BusinessData.MetadataModel.IEntity
The external content type of the operation.

Examples

Code Snippet: Determine and Resolve External Items in Error in the BCS Client Cache

See Also

Reference

IOperation Interface

IOperation Members

Microsoft.BusinessData.Offlining Namespace