Click or drag to resize

SharedHubQueryCompanyCount Method

Queries company table counts

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RecordOperationAttribute(typeof(Company), RecordOperation.QueryRecordCount)]
public int QueryCompanyCount(
	string filterText
)
View Source

Parameters

filterText  String
Text to filter search down to.

Return Value

Int32
The count of the rows in the table matching the query.
See Also