C1.WPF.PrintDocument.4.6.2 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 _
)
 

Parameters

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