Click or drag to resize

DataSourceEnumerationQueryProjectOn 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 DataSourceEnumerationQuery ProjectOn(
	params string[] fieldNames
)

Parameters

fieldNames
Type: SystemString
The projection fields is string array used to specify queried fields

Return Value

Type: DataSourceEnumerationQuery
The current instance of the DataSourceEnumerationQuery type with its Projection data
See Also