ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / IDbCommandParametersAdapter Interface / SetParameters Method
The database command to which the parameters will be added.
The collection of parameters to add to the command.

In This Topic
    SetParameters Method
    In This Topic
    Adds parameter values in to the command.
    Syntax
    'Declaration
     
    Sub SetParameters( _
       ByVal command As DbCommand, _
       ByVal commandParameters As IReadOnlyList(Of CommandParameter) _
    ) 

    Parameters

    command
    The database command to which the parameters will be added.
    commandParameters
    The collection of parameters to add to the command.
    See Also