Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 5.0 | Add async System.Data resultset and database schema APIs #646

Open
roji opened this issue Jul 12, 2020 · 1 comment
Open

.NET 5.0 | Add async System.Data resultset and database schema APIs #646

roji opened this issue Jul 12, 2020 · 1 comment
Labels
💡 Enhancement New feature request

Comments

@roji
Copy link
Member

roji commented Jul 12, 2020

dotnet/runtime#38028 adds async schema APIs to System.Data, on both DbConnection and DbDataReader; these automatically fall back to calling the sync versions if not overridden. However, SqlClient will now be able to override them, and provide truly async support for these operations.

Note: this would require cross-targeting to net5.0.

@cheenamalhotra
Copy link
Member

Thanks @roji

Acknowledged for .NET 5.0 new APIs.

@cheenamalhotra cheenamalhotra changed the title Add async System.Data resultset and database schema APIs .NET 5.0 | Add async System.Data resultset and database schema APIs Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 Enhancement New feature request
Projects
None yet
Development

No branches or pull requests

2 participants