Why do the commandbuilder classes not derive from an interface or a base class?

  • Thread starter Thread starter Hasani
  • Start date Start date
H

Hasani

Why do the commandbuilder classes not derive from an interface or a base
class?
Every other ado.net object seems to do so.
 
In the original version of the framework we didn't consider that it was a
core scenario. It turns out that there are scenarios where it's needed, so
we'll have a common base class for it in the next version.

--
Pablo Castro
Program Manager - ADO.NET Team
Microsoft Corp.

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top