Page 1 of 1

OracleParameter Question

Posted: Thu 14 Apr 2005 16:49
by pbright
I've created the following:

maxtransaction = command.Parameters.Add("pi_maxtransaction", OracleDbType.Number );

maxtransaction.Direction = ????

How do I set the Direction in the collection?

Thanks!!

Posted: Thu 21 Apr 2005 08:38
by Paul
maxtransaction.Direction = ParameterDirection.Output;