cmd =
cmd.CommandType = CommandType.StoredProcedure
cmd.CommandTimeout = 60
SqlCommandBuilder.DeriveParameters(cmd)
prm.Value = datarow(prm.ParameterName)
How can I use Strataframe's connection layer to eliminate the SQL connection object (SQLConnection99) I am using now to retrieve the parameter names?
I am sure it's simple, but I'm not seeing it. As always, thanks for your expert help!