Click or drag to resize

SharedHubQueryVendorCount Method

Queries vendor table count.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RecordOperationAttribute(typeof(Vendor), RecordOperation.QueryRecordCount)]
public int QueryVendorCount(
	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