DBDataAdapter

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
jfsanchez2k

DBDataAdapter

Post by jfsanchez2k » Wed 09 Mar 2005 22:31

Why does the implementation of CoreLab.Common.DBDataAdapter is not the same as System.Data.Common.DBDataAdapter.

I mean:
Public Function Fill(ByVal dataSet As System.Data.DataSet, ByVal srcTable As String) As Integer
is not included.

Thanks in advance.

Javier.

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Post by Oleg » Thu 10 Mar 2005 16:07

As this method is inherited from System.Data.Common.DBDataAdapter.

Post Reply