A
Alex Stevens
Hi All,
I'm writing a data access class in which I expose an SQlClient.SQLCommand's
Parameters Collection via a property.
How would I go about overloading the parameters.add method with one of my
own?
The reason I wish to do this is be able to supply on one line the Name,
Type, Direction, Size and Value and as none of the current methods do this.
Thanks
Alex
I'm writing a data access class in which I expose an SQlClient.SQLCommand's
Parameters Collection via a property.
How would I go about overloading the parameters.add method with one of my
own?
The reason I wish to do this is be able to supply on one line the Name,
Type, Direction, Size and Value and as none of the current methods do this.
Thanks
Alex