clsModGlobal..::..getDataTable Method
Gets the data table.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static DataTable getDataTable( string connectionString, string sqlStatement, ref string sError, bool columnsToUpper, OrderedDictionary oParms )
Parameters
- connectionString
- Type: String
The connection string.
- sqlStatement
- Type: String
The SQL statement.
- sError
- Type: String%
The s error.
- columnsToUpper
- Type: Boolean
if set to true [columns to upper].
- oParms
- Type: OrderedDictionary
The o parms.