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