| |||||
DataSet.Locale PropertySystem.Data Namespace DataSet Class Sets or retrieves the locale information used to compare strings within the table. Syntax
Property Value
The property is read/write with no default value. RemarksThe Locale property specifies the locale for which sorting will apply. By default, setting the Locale for a DataSet also sets each of its constituent DataTable objects' Locale properties to the same value. ExampleThe following example gets the CultureInfo for a DataSet and prints the DisplayName and EnglishName properties. Private Sub GetCultureInfo ( ) Dim ci As System.Globalization.CultureInfo ci = myDataSet.Locale Response.Write ( ci.DisplayName, ci.EnglishName ) End Sub See Also |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme