ITable.InsertOnSubmit Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds an entity in a pending insert state to this table.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- entity
- Type: System.Object
The entity to be added.
Call SubmitChanges to perform the actual insertion into the database.
Show: