Table<TEntity>::InsertOnSubmit Method
Silverlight
Adds an entity in a pending insert state to this Table<TEntity>.
Namespace: System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- entity
- Type: TEntity
The entity to be added.
Implements
ITable<TEntity>::InsertOnSubmit(TEntity)The added entity will not appear in query results from this table until after SubmitChanges has been called.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: