Mono Class Library: System.Data.DataSet Overview | Members

System.Data.DataSet.Locale Property

Gets or sets the locale information used to compare strings within the table.

public System.Globalization.CultureInfo Locale { set; get; }

Value

A System.Globalization.CultureInfo that contains data about the user's machine locale. The default is a null reference.

Remarks

By default, setting the Locale for a DataSet also sets the Locale for each System.Data.DataTable object in that DataSet to the same value.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0