clsDBload Method

Retrieve records from a table using the passes SQL string

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
protected DataSet load(
	string stmt,
	string[] options,
	bool LogZero = false
)

Parameters

stmt  String
SQL string to use
options  String
Any parameters needed to prepare the statement
LogZero  Boolean  (Optional)
Log if no records found

Return Value

DataSet
Dataset of retrieved records or null if nothing found

See Also