F
Frankie
What would be an efficient way to retrieve two values from a stored
procedure via ADO.NET? I understand ADO.NET's ExecuteScalar() method
returns one value.
I need two values returned, and didn't want to .Fill() a DataTable just to
get two values (I am wanting fewer lines of code and something more
efficient than that if possible).
Any suggestions?
Thanks!
procedure via ADO.NET? I understand ADO.NET's ExecuteScalar() method
returns one value.
I need two values returned, and didn't want to .Fill() a DataTable just to
get two values (I am wanting fewer lines of code and something more
efficient than that if possible).
Any suggestions?
Thanks!