2006-06-15 Senganal T <tsenganal@novell.com>
[mono.git] / mcs / class / System.Data / System.Data / ChangeLog
index 1e17dc6e84a0adb859f88b85f72bd3cd888b2cc4..53705bd863a2a11e9395c505f648e1601e9cff58 100644 (file)
@@ -1,7 +1,13 @@
+2006-06-15  Senganal T  <tsenganal@novell.com>
+
+       * DataTable.cs :
+               - Select : If Sort String is not provided, sort the result
+               DataRows in Ascending Order of the Columns used in the filter
+
 2006-06-15  Senganal T  <tsenganal@novell.com>
 
        * DataSet.cs :
-       - InternalEnforceConstraints : Check if any null constraints 
+               - InternalEnforceConstraints : Check if any null constraints 
                are violated. Throw ConstraintException only after all the errors
                are filled.
        * DataTable.cs :