U
UJ
I am going to write a class that will inherit from SqlCommand and I want to
disable certain routines in the SqlCommand and add a couple of new routines.
How would I go about doing that? I understand (I think) the inheritance
process but I'm worried more about the disabling of the routines. I want to
disable certain routines and add my own to do some special things.
Thanks for the help.
Jeff.
disable certain routines in the SqlCommand and add a couple of new routines.
How would I go about doing that? I understand (I think) the inheritance
process but I'm worried more about the disabling of the routines. I want to
disable certain routines and add my own to do some special things.
Thanks for the help.
Jeff.