2 overrides of InsertMethod
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
341public override MethodInfo InsertMethod {
Mapping\MappedMetaModel.cs (1)
372public override MethodInfo InsertMethod {
3 references to InsertMethod
System.Data.Linq (3)
ChangeDirector.cs (3)
66if (item.Type.Table.InsertMethod != null) { 68item.Type.Table.InsertMethod.Invoke(this.context, new object[] { item.Current }); 103if (item.Type.Table.InsertMethod != null) {