|
ITableOperationsQueryRecordCount(RecordRestriction) Method
|
Gets the record count for the specified restriction - or - total record
count for the modeled table if restriction is null.
Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax abstract QueryRecordCount :
?restriction : RecordRestriction
(* Defaults:
let _restriction = defaultArg restriction null
*)
-> int
function QueryRecordCount(restriction);
View SourceParameters
- restriction RecordRestriction (Optional)
- Record restriction to apply, if any.
Return Value
Int32
Record count for the specified
restriction - or - total record count
for the modeled table if
restriction is
null.
Remarks See Also