DataEnumerationQueryProjectOn Method
|
Set query projection. For chaining purpose.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic DataEnumerationQuery ProjectOn(
params string[] fieldNames
)
Parameters
- fieldNames String
- The projection fields is string array used to specify queried fields
Return Value
DataEnumerationQueryThe current instance of the DataEnumerationQuery type with its Projection data
See Also