[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.IDbCommandParametersAdapter.SetParameters

SetParameters Method

SetParameters(DbCommand, IReadOnlyList<CommandParameter>)

Adds parameter values in to the command.

Declaration
void SetParameters(DbCommand command, IReadOnlyList<CommandParameter> commandParameters)
Parameters
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.