ComponentOne DataObjects for .NET
Locale Property (C1DataSet)

C1.Data.2 Assembly > C1.Data Namespace > C1DataSet Class : Locale Property
Determines the locale information used in string comparisons within the data set.
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 C1DataTable.Locale property of the C1DataTable object.

See Also

Reference

C1DataSet Class
C1DataSet Members
C1DataView Class
C1DataObjects Expressions