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