Initializes a new instance of the QueryParameterCollection class.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public QueryParameterCollection(
	Query owner
)
Visual Basic
Public Sub New ( _
	owner As Query _
)

Parameters

owner
Type: C1.C1Preview.DataBinding..::..Query
The Query object which is the owner of the current collection.

See Also