* OleDbCommand.cs: removed setter for Parameters property to
[mono.git] / mcs / class / System.Data / System.Data.OleDb / ChangeLog
1 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
2         * OleDbCommand.cs: removed setter for Parameters property to
3         match MS.NET
4         * OleDbCommandBuilder.cs: fixed GetUpdatetCommand typo
5         * OleDbErrorCollection: added default internal ctor to match
6         MS.NET
7         * OleDbInfoMessageEventArgs.cs: added default internal ctor
8         to match MS.NET
9         * OleDbParameter.cs: added setter for IsNullable
10         * OleDbParameterCollection: added default internal ctor to
11         match MS.NET
12         * OleDbPermission.cs: removed extra IsSubsetOf method
13
14 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15
16         * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
17         CLS compliance.
18
19 2004-01-10  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
22
23 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>
24
25         * OleDbDataReader.cs: implemented
26         Dispose() and GetEnumerator()
27