I use IDataReader to call stored procedures without parameters. I am not finding examples of how to do this when parameters are present. Does IDataReader handle parameters of stored procedure?
Please provide an example.
|
I use IDataReader to call stored procedures without parameters. I am not finding examples of how to do this when parameters are present. Does IDataReader handle parameters of stored procedure? Please provide an example. |
|||
|
|
|
If you're using the Enterprise Library, this style will work well for you:
|
|||||
|
|
It's not the I put together a simple example:
|
|||||
|
|
Some .NET providers have a static
|
||||
|
|
|
Below sample has worked for me (passing the parameter name only. I have only tried this for string parameters)
|
|||
|
|