SPBusinessDataField.EntityName Property
Business data field identifier of the entity used to populate this field and the secondary fields.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property EntityName As String
Get
Set
'Usage
Dim instance As SPBusinessDataField
Dim value As String
value = instance.EntityName
instance.EntityName = value
public string EntityName { get; set; }
Property Value
Type: System.String
A String representation of the entity name.