clsDBquery Method
Execute custom query. Used mainly for special deletion scenarios
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
protected bool query(
string stmt,
string[] options
)
- stmt String
- SQL statement of query to be performed
- options String
- Parameters to be inserted in SQL statement
BooleanTrue if successful execution, False if not