| |||||
DataSet.CaseSensitive PropertySystem.Data Namespace DataSet Class Sets or retrieves a value indicating whether string comparisons within DataTable objects are case-sensitive. Syntax
Property ValueThis property accepts or returns only a boolean value: true if string comparisons are case-sensitive; otherwise, false. The property is read/write with a default value of false. RemarksThe CaseSensitive property affects how sorting, searching, and filtering operations are performed on each DataTable contained in a DataSet when using the Select method . By default, setting the CaseSensitive property for a DataSet also sets the CaseSensitive property of each associated DataTable to the same value. ExampleThe following example toggles the CaseSensitive property. myDataSet.CaseSensitive = myDataSet.CaseSensitive Xor True 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