OracleParameterCollection::Add Method (String, OracleType, Int32)
.NET Framework 4
Adds an OracleParameter to the OracleParameterCollection given the parameter name, data type, and column length.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- parameterName
- Type: System::String
The name of the parameter.
- dataType
- Type: System.Data.OracleClient::OracleType
One of the OracleType values.
- size
- Type: System::Int32
The length of the column.
Return Value
Type: System.Data.OracleClient::OracleParameterA reference to the new OracleParameter object.
The following example creates an OracleParameterCollection, adds an instance of OracleParameter to the collection, and returns a reference to the new OracleParameter.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.