2002-05-11 Tim Coleman
authorTim Coleman <tim@mono-cvs.ximian.com>
Sat, 11 May 2002 22:31:29 +0000 (22:31 -0000)
committerTim Coleman <tim@mono-cvs.ximian.com>
Sat, 11 May 2002 22:31:29 +0000 (22:31 -0000)
commit21b8422b9a664ac9cf1ec520a8dcc5d7336c5ba5
tree4f6b161761558f5b12f4a970cfed0d998506d88c
parent7f042a0a4065d07397ab92209cc20ab7b3d10645
2002-05-11  Tim Coleman
        * System.Data.SqlClient/SqlDataAdapter.cs:
                some implementation of this class.  Note
                that none of the functionality has been
                tested yet, but I felt it should be checked
                in at this point as it compiles.
        * System.Data.SqlClient/SqlRowUpdatingEventArgs.cs:
        * System.Data.SqlClient/SqlRowUpdatedEventArgs.cs:
                Modified so that they will compile properly.
                Needed to include SqlDataAdapter in the build.
        * System.Data.build:
                Add SqlDataAdapter, SqlRowUpdatingEventArgs,
                SqlRowUpdatedEventArgs, SqlRowUpdatingEventHandler,
                SqlRowUpdatedEventHandler to the build.

svn path=/trunk/mcs/; revision=4543
mcs/class/Mono.Data.PostgreSqlClient/Mono.Data.PostgreSqlClient/PgSqlDataAdapter.cs
mcs/class/Mono.Data.PostgreSqlClient/Mono.Data.PostgreSqlClient/PgSqlRowUpdatedEventArgs.cs
mcs/class/Mono.Data.PostgreSqlClient/Mono.Data.PostgreSqlClient/PgSqlRowUpdatingEventArgs.cs
mcs/class/Mono.Data.PostgreSqlClient/PgSqlDataAdapter.cs
mcs/class/Mono.Data.PostgreSqlClient/PgSqlRowUpdatedEventArgs.cs
mcs/class/Mono.Data.PostgreSqlClient/PgSqlRowUpdatingEventArgs.cs
mcs/class/System.Data/System.Data.SqlClient/SqlDataAdapter.cs
mcs/class/System.Data/System.Data.SqlClient/SqlRowUpdatedEventArgs.cs
mcs/class/System.Data/System.Data.SqlClient/SqlRowUpdatingEventArgs.cs