Page 1 of 1

Partial Methods and ExecuteDynamicUpdate

Posted: Tue 05 May 2009 16:20
by MertzC
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 ?

Posted: Wed 06 May 2009 09:02
by AndreyR
This method was not implemented in the current release. It will be available in the next build.
Sorry for the inconvenience.