Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / QueryParameterCollection Class / Add Method
The QueryParameter object to add.

In This Topic
    Add Method (QueryParameterCollection)
    In This Topic
    Adds a QueryParameter object to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal parameter As QueryParameter _
    ) As Integer
    public int Add( 
       QueryParameter parameter
    )

    Parameters

    parameter
    The QueryParameter object to add.

    Return Value

    The index of the added object in the current collection.
    See Also