[]
Adds parameter values in to the command.
void SetParameters(DbCommand command, IReadOnlyList<CommandParameter> commandParameters)
Type | Name | Description |
---|---|---|
DbCommand | command | The database command to which the parameters will be added. |
IReadOnlyList<CommandParameter> | commandParameters | The collection of parameters to add to the command. |