if in VB.NET or C# , if I associate a SQLCommand object with a specific
stored-procedure on a specific database on a specific sql-server ....
is there a way to trigger auto-population of the SQLCommand.Parameters
collection ? (System.Data.SQLClient.SQLParameterCollection)
so ... each SQLParameter would have its various properties populated based
on the stored-procedure declaration ?