Table(Of TEntity).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(Of TEntity).
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- entity
- Type: TEntity
The entity to be added.
Implements
ITable(Of TEntity).InsertOnSubmit(TEntity)The added entity will not appear in query results from this table until after SubmitChanges has been called.
Show: