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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also