Get a Record Count.

Syntax

ISDatabaseHandler.GetRecordCount(tableName, sqlWhere, recordCount, [autoEscape])

Parameters

NameTypeOptionalByRefDescription
tableName String The Table Name.
sqlWhere String The SQL Where clause.
recordCount Integer ByRef The Record Count.
autoEscape Boolean Optional Indicates whether '[' and ']' characters appearing in the sqlWhere should be replaced with the correct Escape characters for this Database Provider. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISDatabaseHandler
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0