|
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.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
Syntaxabstract 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