2 overrides of UpdateMethod
System.Data.Linq (2)
Mapping\AttributedMetaModel.cs (1)
348
public override MethodInfo
UpdateMethod
{
Mapping\MappedMetaModel.cs (1)
378
public override MethodInfo
UpdateMethod
{
3 references to UpdateMethod
System.Data.Linq (3)
ChangeDirector.cs (3)
117
if (item.Type.Table.
UpdateMethod
!= null) {
121
item.Type.Table.
UpdateMethod
.Invoke(this.context, new object[] { item.Current });
156
if (item.Type.Table.
UpdateMethod
!= null) {