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