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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

BdcDataSource Class

BdcDataSource Members

Microsoft.SharePoint.WebControls Namespace