ComponentOne DataObjects for .NET
Locale Property (C1DataTable)

C1.Data.2 Assembly > C1.Data Namespace > C1DataTable Class : Locale Property
Determines the locale information used in string comparisons within the data table.
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 C1DataView objects.

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

See Also

Reference

C1DataTable Class
C1DataTable Members
C1DataObjects Expressions