Page 1 of 1

Custom implementations of DbDataReaderAsync methods

Posted: Tue 13 Oct 2015 06:56
by esben
Hi
Just wondering if you are considering implementing custom varieties of the DbDataReader "whatever"Async methods just as you have with the regular methods, such as ExcuteReaderAsync (returning an Task<OracleDataReader> instead of a Task<DbDataReader>) and OracleDataReader.IsDBNullAsync taking a string as input instead of the ordinal position (etc).

Re: Custom implementations of DbDataReaderAsync methods

Posted: Tue 13 Oct 2015 08:27
by Pinturiccio
Unfortunately, the async methods, such as ExecuteReaderAsync, are not supported in dotConnect for Oracle yet. Such methods were added in the .NET Framework 4.5. dotConnect for Oracle is built with .NET Framework 2.0 and does not have such methods.

We recommend you to try implementing your scenario with the methods from this link ( http://www.devart.com/dotconnect/oracle ... onous.html ) or use any other way, which suits your needs.

We will post here when this support is implemented in dotConnect for Oracle.