SPBusinessDataField.GetSecondaryFieldsNames Method
Retrieves secondary field names.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Function GetSecondaryFieldsNames As String()
'Usage
Dim instance As SPBusinessDataField
Dim returnValue As String()
returnValue = instance.GetSecondaryFieldsNames()
public string[] GetSecondaryFieldsNames()
Return Value
Type: []
A String representation of the secondary field names..