DB2ParameterCollection.Add (DB2Parameter) Method
Adds the specified DB2Parameter to the DB2Command.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Overloads Public Function Add( _
ByVal value As DB2Parameter
_
) As DB2Parameter
[C#]
public DB2Parameter
Add(
DB2Parameter
value
);
[C++]
public: DB2Parameter
* Add(
DB2Parameter
* value
);
[JScript]
public function Add(
value : DB2Parameter
) : DB2Parameter
;
Parameters
- value
- The DB2®Parameter to add to the collection.
Return value
The new DB2Parameter object.