When I use a parameter of type OracleDbType.Date and its value is a string with a date in the format "dd / MM / yyyy" using Oracle.ManagedDataAccess.Client gives me an error, but if it worked Oracle.DataAccess.Client.
Now only works if the date format is "MM / dd / yyyy".
How I can continue using the format "dd / MM / yyyy" with Oracle.ManagedDataAccess.Client?
thanks