Click or drag to resize

DataObjectApiQueryProjectOn Method

Set query projection. For chaining purpose.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public DataObjectApiQuery ProjectOn(
	params string[] fieldNames
)

Parameters

fieldNames
Type: SystemString
The projection.

Return Value

Type: DataObjectApiQuery
The query object itself for chaining purpose.
See Also