Custom implementations of DbDataReaderAsync methods
Posted: Tue 13 Oct 2015 06:56
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).
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).