Add
Add
adds objects to the collection.
Overload List:
-
This method adds the supplied object to the collection.
-
This method adds the supplied
OracleParameter
object to the collection. -
This method adds an
OracleParameter
object to the collection using the supplied name and object value. -
This method adds an
OracleParameter
object to the collection using the supplied name and database type. -
Add(string, OracleDbType, ParameterDirection)
This method adds an
OracleParameter
object to the collection using the supplied name, database type, and direction. -
Add(string, OracleDbType, object, ParameterDirection)
This method adds an
OracleParameter
object to the collection using the supplied name, database type, parameter value, and direction. -
Add(string, OracleDbType, int, object, ParameterDirection)
This method adds an
OracleParameter
object to the collection using the supplied name, database type, size, parameter value, and direction. -
Add(string, OracleDbType, int)
This method adds an
OracleParameter
object to the collection using the supplied name, database type, and size. -
Add (string, OracleDbType, int, string)
This method adds an
OracleParameter
object to the collection using the supplied name, database type, size, and source column. -
Add(string, OracleDbType, int, ParameterDirection, bool, byte, byte, string, DataRowVersion, object)
This method adds an
OracleParameter
object to the collection using the supplied name, database type, size, direction, null indicator, precision, scale, source column, source version, and parameter value.