DataObjectApiQueryIncludeTotalItems Method
|
Determines whether Casewhere returns the total number of ActualData Objects. For chaining purpose.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax public DataObjectApiQuery IncludeTotalItems(
bool include
)
Parameters
- include
- Type: SystemBoolean
True means include.
Return Value
Type:
DataObjectApiQueryThe query object itself for chaining purpose.
See Also