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)
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.