Hi,
Anybody here uses SOODA? I need some lights on the
many-to-many
relationship use.
Here is my problem:
I have table A:
ID (PrimaryKey)
Name
Email
I have table B:
ID (PrimaryKey)
Namespace
Path
A and B relationship is many-to-many via table AB:
tableAB:
IDA (PrimaryKey)
IDB (PrimaryKey)
AllowThis
AllowThat
I have created the soodaschema.xml for the relation and
build successfully.
I tried to implement the relationship in the code, works
well.
However, I couldn't access field AllowThat and AllowThis in
tableAB,
because there is no class defined for the relater tableAB.
Please help me on this.
I know SOODA is a dying project. But it is easy to get
familiar and have
all the characteristic I need on a ORM.
Thanks beforehand,
Regards,
Heldy Herawan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "C-Sharp (C#)" group.
To post to this group, send email to C_Sharp googlegroups.com
To unsubscribe from this group, send email to
C_Sharp-unsubscribe googlegroups.com
For more options, visit this group at http://g
roups.google.com/group/C_Sharp?hl=en
-~----------~----~----~----~------~----~------~--~---
|