Are there any DbCommandBuilder implementation examples?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Are there any examples of how to correctly implement a class inheriting from
DbCommandBuilder? I have not been able to find any examples showing best
practices for doing this.

I would like to implement a custom command builder class similar to
SQLCommandBuilder.

Thanks in advance,

Jim
 
Hit MSN Search for the data Access Application Block. There's some
interesting uses with the commandbuilder that involve deriving the
parameters that will probably be of help for such a project.
CommandBuilders have a lot of baggage though and you'd probably be a lot
better off building your DALC with a better implementation.
 
Back
Top