2006-12-20 Nagappan A <anagappan@novell.com>
authorNagappan Alagappan <nagappan@gmail.com>
Wed, 20 Dec 2006 17:17:24 +0000 (17:17 -0000)
committerNagappan Alagappan <nagappan@gmail.com>
Wed, 20 Dec 2006 17:17:24 +0000 (17:17 -0000)
commit947def72f22d45739f3472094214b85e46aead90
tree34a677ddf8d5bb130e74f5a838578f9d73986aaa
parent2d2bd99970a0be509194a6197bc4e3270df1b4e3
2006-12-20  Nagappan A  <anagappan@novell.com>

* DataColumnMapping.cs (GetDataColumnBySchemaAction): Implemented
2.0 profile method.

* DbDataReader.cs: Removed TODO's where ever the implementation is
available.

* RowUpdatedEventArgs.cs: Removed TODO's where ever the
implementation is available.

* DataAdapter.cs (FillInternal): Moved from DbDataAdapater.cs to
here.
(BuildSchema): Moved from DbDataAdapter.cs.
(FillTable): Moved from DbDataAdapter.cs.
(OnFillErrorInternal): Implemented new internal method to raise an
event.
(SetupSchema): Moved from DbDataAdapter.cs.
(FillInterl): Moved common implementation from DbDataAdapter.cs.
Removed TODO's where ever the implementation is available.

* DbDataAdapter.cs (OnRowUpdated): Implemented protected method.
(OnRowUpdating): Implemented protected method.
(CreateFillErrorEvent): Moved to DataAdapter.cs.
(Fill): Moved common implementation to DataAdapter.cs.
(FillTable): Moved to DataAdapter.cs.
(BuildSchema): Moved to DataAdapter.cs.
(SetupSchema): Moved to DataAdapter.cs.

svn path=/trunk/mcs/; revision=69818
mcs/class/System.Data/System.Data.Common/ChangeLog
mcs/class/System.Data/System.Data.Common/DataAdapter.cs
mcs/class/System.Data/System.Data.Common/DataColumnMapping.cs
mcs/class/System.Data/System.Data.Common/DbCommandBuilder.cs
mcs/class/System.Data/System.Data.Common/DbDataAdapter.cs
mcs/class/System.Data/System.Data.Common/DbDataReader.cs
mcs/class/System.Data/System.Data.Common/RowUpdatedEventArgs.cs