'Declaration Public Function New( _ ByVal parameterName As String, _ ByVal dbType As OracleDbType, _ ByVal direction As ParameterDirection _ )
public OracleParameter( string parameterName, OracleDbType dbType, ParameterDirection direction )
Parameters
- parameterName
- The name of the parameter.
- dbType
- One of the OracleDbType values.
- direction
- Specifies whether the parameter is input, output, both, or it is the return value.