DataObjectApiQueryWithCustomCollation 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.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxpublic DataObjectApiQuery 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
DataObjectApiQueryThe query object itself for chaining purpose.
See Also