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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top