ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Data Namespace / IDbCommandParametersAdapter Interface / SetParameters Method

In This Topic
    SetParameters Method (IDbCommandParametersAdapter)
    In This Topic
    Adds parameter values in to the command.
    Syntax
    'Declaration
     
    Sub SetParameters( _
       ByVal queryParameters As IEnumerable(Of DbCommandParameter), _
       ByVal command As DbCommand _
    ) 

    Parameters

    queryParameters
    command
    See Also