BdcDataSource.EntityId Property

Gets or sets the MetadataObjectId of the desired external content type; or, if the Mode property is set to “Association”, gets or sets the MetadataObjectId of the external content type in the association.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property EntityId As Long
    Get
    Set
'Usage
Dim instance As BdcDataSource
Dim value As Long

value = instance.EntityId

instance.EntityId = value
public long EntityId { get; set; }

Property Value

Type: System.Int64
The MetaData object identifier.

See Also

Reference

BdcDataSource Class

BdcDataSource Members

Microsoft.SharePoint.WebControls Namespace