Affected by the latest release and core compiler updates, the current fetch operations are not using the DbDataReader.ReadAsync() operations. All the Async fetch operations (i.e.: BatchQueryAsync, QueryAsync and ExecuteQueryAsync) are using this sync method.
Affected by the latest release and core compiler updates, the current fetch operations are not using the
DbDataReader.ReadAsync()operations. All theAsyncfetch operations (i.e.: BatchQueryAsync, QueryAsync and ExecuteQueryAsync) are using this sync method.