User-1425666379 posted
I really love Dynamic Data, but some key things, mostly how it works with Entity Framework, are really throwing me.
I think what I want to do should be pretty darn simple:
My Sales Entity has a relationship (so no Linq to SQL answers [;)] since there are no FKs ) to a Region Entity. I want my custom ListDetails page to load already filtered by the Region of my choice. (I'll be basing that on the location
of the user).
I'm guessing I use a WhereParameter, or a Where clause to do that in Page_Init(), but I don't know how to do that. I think knowing how to do this with the EntitiyDataSource would solve many of the problems I've been having, all of which have to do with
edm relationships vs. foreign keys.
Can anybody help me with this?