AddRange Method (DB2ParameterCollection)
On this page
Adds a
DB2Parameter to the
DB2ParameterCollection given parameter values.
Syntax
|
|---|
'Declaration
Public Overrides Sub AddRange( _
ByVal As Array _
) |
|
|---|
public override void AddRange(
Array
) |
Parameters
- values
- Array of DB2Parameter objects to be added to the DB2ParameterCollection.
See Also