DataSourceApiQueryIncludeTotalItems Method
|
Determines whether Casewhere returns the total number of ActualData Objects. For chaining purpose.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic DataSourceApiQuery IncludeTotalItems(
bool include
)
Parameters
- include Boolean
- True means include.
Return Value
DataSourceApiQueryThe query object itself for chaining purpose.
See Also