2004-03-12 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
authorAndreas N <andreas@mono-cvs.ximian.com>
Fri, 12 Mar 2004 16:10:36 +0000 (16:10 -0000)
committerAndreas N <andreas@mono-cvs.ximian.com>
Fri, 12 Mar 2004 16:10:36 +0000 (16:10 -0000)
commit6dbfc65b499a9dbf5cb0099f44e8517366f8c30c
tree51d4ab70c1e65ba23e582d444154c107a4190e13
parentb8ceb78111e7ec61063a5e5728bfc8c58f93181f
2004-03-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

* Constraint.cs: DO NOT USE the consts scheme if types can be referenced directly!
* DataColumn.cs: DO NOT USE the consts scheme if types can be referenced directly!
* ColumnTypeConverter.cs: Added stub
* DefaultValueTypeConverter: Added stub
* ConstraintConverter.cs: Added stub

svn path=/trunk/mcs/; revision=23962
mcs/class/System.Data/System.Data/ChangeLog
mcs/class/System.Data/System.Data/ColumnTypeConverter.cs [new file with mode: 0644]
mcs/class/System.Data/System.Data/Constraint.cs
mcs/class/System.Data/System.Data/ConstraintConverter.cs [new file with mode: 0644]
mcs/class/System.Data/System.Data/DataColumn.cs
mcs/class/System.Data/System.Data/DefaultValueTypeConverter.cs [new file with mode: 0644]