On Mon, Sep 15, 2008 at 6:52 PM, Matthew Snyder
<[EMAIL PROTECTED]>wrote:

>
> The way I was seeing it, GetEntityRefAssociations is iterating over
> all public properties, including the ones that are EntitySets, and the
> fact that a property like nwind.Customers.Orders has an
> AssociationAttribute throws it off because we can't know if the
> associated field is an EntityRef<> until we find its column name. And
> since that isn't there for the EntitySet we're iterating over, that's
> where the exception is coming from.
>

Yeah, that's absolutely right. Excuse me. "What someone write is different
to what someone think" ^^
But with your solution it seems to be solved. Why it's failing for Oracle
and it is running fine for MySql?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to