Master-Detail relation update problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am trying to build a component in which it can support all kinds of relation in two (DataGridView)s style and it has its own filtering, navigation ,edit,insert and delete buttons to support appropriate actions on bound data. So its better to accomplish these actions automatically than write "Update","Delete","Insert" commands manually. I am in wonder whether SqlCommandBuilder does generate "Update","Delete","Insert" commands automatically in a master-detail relation or not ? If it does or if there is any other way to handle the problem would you please let me know it either. THANK YOU IN ADVANCED...