[]
Gets or sets a locale to use in the collation sequence for sorting data.
string Collation { get; set; }
Type | Description |
---|---|
string | A string value indicating the locale for the collation sequence. |
If no collation is specified, the application attempts to determine the collation setting by querying the data provider. Defaults to the application's locale settings if the data provider does not support this feature or returns an invalid value.