ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Data Namespace / DbConnectionAdapter Class / SetMultiValueParameter Method

In This Topic
    SetMultiValueParameter Method (DbConnectionAdapter)
    In This Topic
    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
    parameterName
    value
    See Also