Data Object Api QueryProject On Method
Set query projection. For chaining purpose.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The query object itself for chaining purpose.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public DataObjectApiQuery ProjectOn(
params string[] fieldNames
)Parameters
- fieldNames String
- The projection.
Return Value
DataObjectApiQueryThe query object itself for chaining purpose.