Partial Methods and ExecuteDynamicUpdate
Posted: Tue 05 May 2009 16:20
I try to use ExecuteDynamic and so execute the defaults.
But nothing happend.
partial void UpdateMyTable(GoP instance)
{
instance.Xy = 99;
ExecuteDynamicUpdate(instance);
}
Is there a other way ?
But nothing happend.
partial void UpdateMyTable(GoP instance)
{
instance.Xy = 99;
ExecuteDynamicUpdate(instance);
}
Is there a other way ?