The table structure is also not correct?
For example:

Dim ListOfYears = From str In oDb.YEaR Select str
Dim NewYear As New BogenLinq.YEaR With {.Number = 1234}

' That is what I expect:
NewYear.YEaR.add(NewYear)

' That is what I get:
NewYear.AnotherTable.add(NewYear) ' The error is that NewYear doesn't
match "AnotherTable"

The object structure doesn't make sense.
--~--~---------~--~----~------------~-------~--~----~
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