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.

Add(String,OracleDbType,String) Method
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also