clsDBqueryWithCount Method

Custome query for getting record counts

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public long queryWithCount(
	string stmt,
	string[] options
)

Parameters

stmt  String
SQL statement to perform
options  String
Values to be inserted in SQL Statement

Return Value

Int64
Count of records retrieved

See Also