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
DataAdapter, DataTable, DataSet, etc. are being added in netstandard-2.0: dotnet/corefx#12426
DataAdapter
DataTable
DataSet
This would allow us to implement MySqlDataAdapter in packages targeting netstandard-2.0 or .NET 4.5 (or later).
MySqlDataAdapter
The text was updated successfully, but these errors were encountered:
Hello anyone knows when the MySQLDataAdapter will be available?
Sorry, something went wrong.
@bgrainger when the MySQLDataAdapter will be available?
@hugosmarques there is no timeline for when MySqlDataAdapter will be added to this library. (And since it's a netstandard2.0 feature, probably after that's generally available, at the earliest.)
netstandard2.0
Implement MySqlDataAdapter. Fixes mysql-net#183
7be5323
Implemented in 0.33.0.
No branches or pull requests
DataAdapter
,DataTable
,DataSet
, etc. are being added in netstandard-2.0: dotnet/corefx#12426This would allow us to implement
MySqlDataAdapter
in packages targeting netstandard-2.0 or .NET 4.5 (or later).The text was updated successfully, but these errors were encountered: