'Declaration Sub SetParameters( _ ByVal command As DbCommand, _ ByVal commandParameters As IReadOnlyList(Of CommandParameter) _ )
void SetParameters( DbCommand command, IReadOnlyList<CommandParameter> commandParameters )
Parameters
- command
- The database command to which the parameters will be added.
- commandParameters
- The collection of parameters to add to the command.