clsDBloadAll Method

Retrieve all records in a table

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
protected DataSet loadAll(
	bool debug = false
)

Parameters

debug  Boolean  (Optional)
If true, logs extended error message if retrieval fails.

Return Value

DataSet
Dataset of records found or null if nothing found

See Also