dotnetCHARTING Send comments on this topic.
Add(Parameter) Method
See Also 
dotnetCHARTING Namespace > ParameterCollection Class > Add Method : Add(Parameter) Method


_Parameter
The Parameter to add.
Adds a specified Parameter class to this collection.

Syntax

Visual Basic (Declaration)  
Public Overloads Function Add( _
   ByVal _Parameter As Parameter _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As ParameterCollection
Dim _Parameter As Parameter
Dim value As Integer
 
value = instance.Add(_Parameter)
C#  
public int Add( 
   Parameter _Parameter
)

Parameters

_Parameter
The Parameter to add.

Return Value

The zero-based index of the added Parameter.

See Also