clsDBload Method
Retrieve records from a table using the passes SQL string
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
protected DataSet load(
string stmt,
string[] options,
bool LogZero = false
)
- stmt String
- SQL string to use
- options String
- Any parameters needed to prepare the statement
- LogZero Boolean (Optional)
- Log if no records found
DataSetDataset of retrieved records or null if nothing found