DataSourceApiQuerySetParameters Method

Set parameters for the query.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public DataSourceApiQuery SetParameters(
	Dictionary<string, Object> parameters
)

Parameters

parameters  DictionaryString, Object
Specify the parameters that passed to the data source query.

Return Value

DataSourceApiQuery
The query object itself for chaining purpose.

See Also