B
Brian Takita
Hello,
It seems like all of the classes that inherit DbDataAdapter also
implement IDbDataAdapter.
The problem is making a class that uses a generic DataAdapter requires
both the DbDataAdapter and IDbDataAdapter.
This means the class has to ask for either a DbDataAdapter and unbox to
IDbDataAdapter or vice versa
or
The class has to ask for both a DbDataAdapter and the IDbDataAdapter.
Is there a possibility that IDbDataAdapter will be implemented in a
class that does not inherit DbDataAdapter?
If this is a bug, then the first solution will be better.
If this is by design, then the second solution is better.
Sincerely,
Brian Takita
www.briantakita.com
It seems like all of the classes that inherit DbDataAdapter also
implement IDbDataAdapter.
The problem is making a class that uses a generic DataAdapter requires
both the DbDataAdapter and IDbDataAdapter.
This means the class has to ask for either a DbDataAdapter and unbox to
IDbDataAdapter or vice versa
or
The class has to ask for both a DbDataAdapter and the IDbDataAdapter.
Is there a possibility that IDbDataAdapter will be implemented in a
class that does not inherit DbDataAdapter?
If this is a bug, then the first solution will be better.
If this is by design, then the second solution is better.
Sincerely,
Brian Takita
www.briantakita.com