Click or drag to resize

TableOperationsTQueryRecordCount(String) Method

Gets the record count for the modeled table based on search parameter. Search executed against fields modeled with SearchableAttribute.

Namespace: GSF.Data.Model
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public int QueryRecordCount(
	string searchText
)
View Source

Parameters

searchText  String
Text to search.

Return Value

Int32
Record count for the modeled table based on search parameter.

Implements

ITableOperationsQueryRecordCount(String)
Remarks
This is a convenience call to QueryRecordCount(RecordRestriction) where restriction is generated by GetSearchRestriction(String)
See Also