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


paramCollection
ParameterCollection to add.
Adds a specified ParameterCollection to this collection.

Syntax

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

Parameters

paramCollection
ParameterCollection to add.

See Also