SPBusinessDataField.GetSecondaryFieldsNames method
Retrieves secondary field names.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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..