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

In This Topic
    Add Method (OracleParameterCollection)
    In This Topic
    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.  
    See Also