2004-11-24 Sureshkumar T <tsureshkumar@novell.com>
authorSureshkumar T <suresh@mono-cvs.ximian.com>
Wed, 24 Nov 2004 09:38:48 +0000 (09:38 -0000)
committerSureshkumar T <suresh@mono-cvs.ximian.com>
Wed, 24 Nov 2004 09:38:48 +0000 (09:38 -0000)
commit38626228f60ea7d65650edbf74d77c9098d0a324
treef059c67d32a4aa0d94daa50eb3c93c9e46a05b76
parent65255685073e2e559630c0dfc5f5865e22e93aca
2004-11-24  Sureshkumar T  <tsureshkumar@novell.com>
Changes in Base class implementaitons for Provider Factory
Implementation.
In System.Data.Common:
* DbProviderSupportedClasses.cs: Added correct enum values.
* DbConnection.cs: Missing virtual method EnlistTransaction Added.
* DbCommand.cs: Implemented ProviderFactory base factory methods.

In System.Data.ProviderBase:
* DbParameterCollectionBase.cs: Class name changed according to
the documentation
* DbDataReaderBase.cs: Added internal constructor to satisfy
SqlDataReader, which takes command object.
* DbConnectionBase.cs: Added additional methods overriding
DbConnection

svn path=/trunk/mcs/; revision=36458
mcs/class/System.Data/System.Data.Common/ChangeLog
mcs/class/System.Data/System.Data.Common/DbCommand.cs
mcs/class/System.Data/System.Data.Common/DbConnection.cs
mcs/class/System.Data/System.Data.Common/DbProviderSupportedClasses.cs
mcs/class/System.Data/System.Data.ProviderBase/ChangeLog
mcs/class/System.Data/System.Data.ProviderBase/DbConnectionBase.cs
mcs/class/System.Data/System.Data.ProviderBase/DbDataReaderBase.cs
mcs/class/System.Data/System.Data.ProviderBase/DbParameterCollectionBase.cs