Click or drag to resize

DataSourceApiQueryWithCustomCollation Method

Specify a custom collation for this query. If not specified, the data source's collation will be used, if not specified too, the default collation will be used.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public DataSourceApiQuery WithCustomCollation(
	string collationLocale,
	int collationStrength
)

Parameters

collationLocale  String
This parameter specifies the locale of the custom collation.
collationStrength  Int32
This parameter specifies the strengh of the custom collation.

Return Value

DataSourceApiQuery
The query object itself for chaining purpose.
See Also