Arguments | Data Type | Description |
Type | Varchar(65) | Specifies one of the following: • months—Specifies a list of month names (1–12, January to December) • weekdays—Specifies a list of weekday names (1–7, Sunday to Saturday) • states—Specifies a list of state names (1–50, Alabama to Wyoming) • query—Specifies a list of values from table TblName, column ColName |
TblName | Varchar(65) | Parameter that contains the name of the table to be used when Type='query' |
ColName | Varchar(65) | Parameter that contains the name of a column to be used when Type='query' |