Data Source Enumeration QueryWith Custom Collation 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.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The query object itself for chaining purpose.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public DataSourceEnumerationQuery 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
DataSourceEnumerationQueryThe query object itself for chaining purpose.