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
DeriveParameters is a static method that should function similarly to the SqlClient method: https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommandbuilder.deriveparameters.aspx
The text was updated successfully, but these errors were encountered:
Test this bug when this method is implemented: https://bugs.mysql.com/bug.php?id=89335
Sorry, something went wrong.
a9eb0eb
Added in 0.35.0.
Changing MySql Driver from Official MySql.Data to MySqlConnector, whi…
f2d7487
…ch is actually .Net Standard compatible ! Changing BLOB type to LONGBLOB to be able to store big blobs :)
No branches or pull requests
DeriveParameters is a static method that should function similarly to the SqlClient method: https://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommandbuilder.deriveparameters.aspx
The text was updated successfully, but these errors were encountered: