Skip to content

An ExecuteReaderAsync that returns MySqlDataReader #822

@taspeotis

Description

@taspeotis

Hi,

MySqlCommand has its ExecuteReaderAsync methods inherited from DbCommand. These return DbDataReader which is fine for the most part, except sometimes you want the underlying MySqlDataReader.

For example MySqlDataReader has a GetTimeSpan method that DbDataReader does not provide.

Could there please be MySqlDataReader-returning equivalents of ExecuteReaderAsync? For now I am explicitly casting the return value.

Thank you.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions