Implemented interface member:
method
InsertOnSubmit
System.Data.Linq.ITable<TEntity>.InsertOnSubmit(TEntity)
5 references to InsertOnSubmit
System.Data.Linq (5)
DataBindingList.cs (3)
56
this.data.
InsertOnSubmit
(item);
85
this.data.
InsertOnSubmit
(item);
96
this.data.
InsertOnSubmit
(addNewInstance);
DataContext.cs (2)
1249
this.
InsertOnSubmit
(tEntity);
1267
this.
InsertOnSubmit
(entity);