dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleParameterCollection Class / Add Method

Add Method (OracleParameterCollection)
Adds the specified OracleParameter to the OracleParameterCollection.
Overload List
OverloadDescription
Adds a OracleParameter to the OracleParameterCollection given the parameter name and value.  
Adds a OracleParameter to the OracleParameterCollection given the parameter name and data type.  
Adds a OracleParameter to the OracleParameterCollection given the the parameter name, data type, and data size.  
Adds a OracleParameter to the OracleParameterCollection given the parameter name, data type, and direction.  
Adds the specified OracleParameter of the Object type to the OracleParameterCollection.  
Adds a OracleParameter to the OracleParameterCollection given the parameter name, data type, column width, and source column name.  
Adds a OracleParameter to the OracleParameterCollection given the parameter name, data type, value, and parameter direction.  
Adds a OracleParameter to the OracleParameterCollection given the parameter name, data type, data size, parameter value, and direction.  
Adds the specified OracleParameter to the OracleParameterCollection.  
Adds the specified OracleParameter to the OracleParameterCollection.  
Adds the specified OracleParameter to the OracleParameterCollection.  
Adds the specified OracleParameter to the OracleParameterCollection.  
Adds the specified OracleParameter to the OracleParameterCollection.  
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