clsDBquery Method

Execute custom query. Used mainly for special deletion scenarios

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
protected bool query(
	string stmt,
	string[] options
)

Parameters

stmt  String
SQL statement of query to be performed
options  String
Parameters to be inserted in SQL statement

Return Value

Boolean
True if successful execution, False if not

See Also