-
Notifications
You must be signed in to change notification settings - Fork 303
Add SqlDataAdapter Design and Toolbox attributes #3243
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
Comments
Hi @michell711, can you please provide some example programs so that I can try to replicate what you're seeing? |
The point is that the [...] of sqlcommand disappears.
|
I have already replied. Is this sample information sufficient? |
It's not sufficient. We'll need to see the actual code that reproduces the issue, not just the symptom. For example, there may be differences with how libraries need to be imported and used across different target frameworks that are not apparent unless we can see the code itself. Please attach example projects that show the working behavior in .NET Framework 4.8.1 and broken behavior in .NET 8 and I can take a look. Thanks! |
我已經提供了直接的程式碼範例。 |
I see, your links have an incorrect hyperlink and just take me to the issues page for this repo. But copying the location straight into the address bar works. |
I see, your links have an incorrect hyperlink and just take me to the issues page for this repo. But copying the location straight into the address bar works.Thank u |
I noticed that you updated from System.Data.SqlClient to Microsoft.Data.SqlClient. Looking around, I did find some existing issues that look similar having to do with VS Designer support for Microsoft.Data.SqlClient.
I believe adding that support would address this issue. I'll discuss with my team and we'll decide on the priority of this feature. |
Thanks for finding this section, With the maturity of .net 8 and .net 9, Thank you all, |
This is what the sqlDataAdapter in .net 4.8 can do.
But when I upgraded to .net 8.0
And use>Microsoft.Data.SqlClient
A very simple "automatically generate SQL syntax and SQL parameters - window design function",
=>Disappeared!
Please fix it.
The text was updated successfully, but these errors were encountered: