Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / QueryParameterCollection Class / QueryParameterCollection Constructor
The Query object which is the owner of the current collection.

In This Topic
    QueryParameterCollection Constructor
    In This Topic
    Initializes a new instance of the QueryParameterCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As Query _
    )
    public QueryParameterCollection( 
       Query owner
    )

    Parameters

    owner
    The Query object which is the owner of the current collection.
    See Also