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