Hi Everybody!
Well I'm quite new in LLBLGen Pro, but all the people say is the best o/r mapper so i will try.
I just wanna make a question. I have in my made up bd, two tables
-Animal
Id (PK)
Name
HabitatId (FK)
-Habitat
Id (PK)
Name
Description
well now i wanna show in a gridview (ASP.NET) these columns
Animal Id | Animal Name | Habitat Name
then in my code-behind i will create the AnimalCollection and fetch all the data but how the grid can access the Habitat Name.
I hope you can help me with this, probably is very simple.
Thanks in advance!!!