DataContext.ExecuteDynamicUpdate Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Called inside update override methods to redelegate to LINQ to SQL the task of generating and executing dynamic SQL for update operations.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- entity
- Type: System.Object
The entity to be updated.
For information about using a local database in your Windows Phone application, see Local database for Windows Phone 8.
See ExecuteDynamicInsert.
Show: