Partial Methods and ExecuteDynamicUpdate

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
MertzC
Posts: 2
Joined: Tue 05 May 2009 12:08
Location: Göttingen Germany

Partial Methods and ExecuteDynamicUpdate

Post by MertzC » 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 ?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 06 May 2009 09:02

This method was not implemented in the current release. It will be available in the next build.
Sorry for the inconvenience.

Post Reply