dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceConnection Class / GetPicklistColumns Method
The table to get picklist columns of.

In This Topic
    GetPicklistColumns Method
    In This Topic
    Gets the array containing all the picklist columns in the specified table.
    Syntax
    'Declaration
     
    Public Function GetPicklistColumns( _
       ByVal tableName As String _
    ) As PicklistColumn()
    public PicklistColumn[] GetPicklistColumns( 
       string tableName
    )

    Parameters

    tableName
    The table to get picklist columns of.

    Return Value

    The array of the picklist columns that belong to the specified table.
    See Also