Adds a QueryParameter object to the current collection.

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

Syntax

C#
public int Add(
	QueryParameter parameter
)
Visual Basic
Public Function Add ( _
	parameter As QueryParameter _
) As Integer

Parameters

parameter
Type: C1.C1Preview.DataBinding..::..QueryParameter
The QueryParameter object to add.

Return Value

The index of the added object in the current collection.

See Also