missing attach/detach methods when generating association
Posted: Mon 29 Jun 2009 13:09
When I add an association between my entities (check image below) in EntityDeveloper, it generates code that doesn't compile:
The "attach_Matadatas" and "detach_Metadatas" methods don't exist in the generated Workspace class.
Is this a bug or am I doing something wrong?
Thanks in advance,
Kamil

Code: Select all
public Workspace()
{
this._Metadatas = new EntitySet(new Action(this.attach_Metadatas), new Action(this.detach_Metadatas));
OnCreated();
}
Is this a bug or am I doing something wrong?
Thanks in advance,
Kamil
