ITable::InsertAllOnSubmit Method
Silverlight
Adds all entities of a collection to the DataContext in a pending insert state.
Namespace: System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- entities
- Type: System.Collections::IEnumerable
The entities to add.
Call SubmitChanges to perform the actual insertion into the database.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: