2 overrides of DeleteMethod
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
355public override MethodInfo DeleteMethod {
Mapping\MappedMetaModel.cs (1)
384public override MethodInfo DeleteMethod {
3 references to DeleteMethod
System.Data.Linq (3)
ChangeDirector.cs (3)
167if (item.Type.Table.DeleteMethod != null) { 169item.Type.Table.DeleteMethod.Invoke(this.context, new object[] { item.Current }); 197if (item.Type.Table.DeleteMethod != null) {