H
Hendri Irawan
In ADO, there is a way to fetch parameters from stored
procedure into a Command object with
Command.Parameters.Refresh method. Is there any similar
method in ADO .NET ? Because my stored procedures have a
lots parameters and it's very ineffective adding it one by
one.
procedure into a Command object with
Command.Parameters.Refresh method. Is there any similar
method in ADO .NET ? Because my stored procedures have a
lots parameters and it's very ineffective adding it one by
one.