'Declaration Public Function New( _ ByVal parameterName As String, _ ByVal dbType As OracleDbType, _ ByVal size As Integer _ )
public OracleParameter( string parameterName, OracleDbType dbType, int size )
Parameters
- parameterName
- The name of the parameter.
- dbType
- size
- The maximum size, in bytes, of the data within the column.