Click or drag to resize

ITableOperationsQueryRecordCount(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
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.
Remarks
This is a convenience call to QueryRecordCount(RecordRestriction) where restriction is generated by GetSearchRestriction(String)
See Also