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

Parameters

parameter
The QueryParameter object to add.

Return Value

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