public abstract SetParametersOnCommand ( IDbCommand cmd, IEnumerable parameters ) : void | ||
cmd | IDbCommand | Database command (with .Text already populated with sql) that needs /// the parameters set on it. |
parameters | IEnumerable | The parameter values, in the order that the ?'s appear in the /// command's text. This collection should not be null. |
Результат | void |