ComponentOne DataObjects for .NET
Locale Property (C1ExpressConnection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressConnection Class : Locale Property
Determines the locale information used in string comparisons.
Syntax
'Declaration
 
Public Property Locale As System.Globalization.CultureInfo
public System.Globalization.CultureInfo Locale {get; set;}
Remarks
This property affects string comparison in expression evaluation, sorting table views by the end user (via IBindingList.ApplySort) and sorting in C1ExpressView objects.

By default, all C1DataTable objects in a C1ExpressConnection use the Locale property of the C1ExpressConnection, but it can be overridden setting the C1DataTable.Locale property of the C1DataTable object.

See Also

Reference

C1ExpressConnection Class
C1ExpressConnection Members