BdcDataSource.EntityName property
Gets or sets the name of the entity for which to return data.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EntityName As String
Get
Set
'Usage
Dim instance As BdcDataSource
Dim value As String
value = instance.EntityName
instance.EntityName = value
public string EntityName { get; set; }
Property value
Type: System.String
A String object.
Remarks
If the Mode property is set to AssociationList, the value of this property represents name of the parent entity in the association.