Click or drag to resize

SharedHubQueryVendorDeviceCount Method

Queries vendor device table count.

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