Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlCommandBuilder class
Message
From
14/04/2014 11:08:57
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01598513
Message ID:
01598590
Views:
35
>>To repeat : The Update command is constructed based on the Select command
>>
>>You're selecting everything so it's updating everything.
>>
>My point is - why does it even update PK column and why does it construct such ugly where clause?

It updates the PK because it is in your Select command.

>Assuming I will only change the UpdateCommand.CommandText manually, will it still work?

Yes, but what's the point.
You should refine the Select command to only retrieve the fields that you want included in the Update command.

Did you actually read the documentation?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform