dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleParameterCollection Class / Add Method / Add(String,OracleDbType,String) Method
The name of the parameter.
One of the OracleDbType values.
The name of the object type that is the type of the parameter.

In This Topic
Add(String,OracleDbType,String) Method
In This Topic
Adds the specified OracleParameter of the Object type to the OracleParameterCollection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal parameterName As String, _
   ByVal dbType As OracleDbType, _
   ByVal objectTypeName As String _
) As OracleParameter
 

Parameters

parameterName
The name of the parameter.
dbType
One of the OracleDbType values.
objectTypeName
The name of the object type that is the type of the parameter.

Return Value

The new OracleParameter object.
See Also