SPBusinessDataField class
Represents the primary column of the field type and usually contains the display name of the external data object (such as Customer name).
Inheritance hierarchy
System.Object
Microsoft.SharePoint.SPField
Microsoft.SharePoint.SPFieldText
Microsoft.SharePoint.SPBusinessDataField
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Class SPBusinessDataField _
Inherits SPFieldText
'Usage
Dim instance As SPBusinessDataField
public class SPBusinessDataField : SPFieldText
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.