|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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