OracleParameterCollection.AddWithValue Method
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
Adds a value to the end of the OracleParameterCollection.
Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
'Declaration Public Function AddWithValue ( _ parameterName As String, _ value As Object _ ) As OracleParameter 'Usage Dim instance As OracleParameterCollection Dim parameterName As String Dim value As Object Dim returnValue As OracleParameter returnValue = instance.AddWithValue(parameterName, value)
public OracleParameter AddWithValue ( String parameterName, Object value )
public function AddWithValue ( parameterName : String, value : Object ) : OracleParameter
Parameters
- parameterName
The name of the parameter.
- value
The value to be added.
Return Value
A OracleParameter object.The value can be a string, an XML value, a XmlReader-derived type instance or a SqlXml object.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.