ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.DataProcessing Namespace / CommonDbConnectionAdapter Class / SetMultiValueParameter Method
Database command.
Name of the parameter.
Values of the parameter.

In This Topic
    SetMultiValueParameter Method (CommonDbConnectionAdapter)
    In This Topic
    Set parameter's values to database command.
    Syntax
    'Declaration
     
    Public Sub SetMultiValueParameter( _
       ByVal command As DbCommand, _
       ByVal parameterName As String, _
       ByVal value() As Object _
    ) 
    public void SetMultiValueParameter( 
       DbCommand command,
       string parameterName,
       object[] value
    )

    Parameters

    command
    Database command.
    parameterName
    Name of the parameter.
    value
    Values of the parameter.
    See Also