views:

16

answers:

0

I'm using the Dynamic Linq features described in:

http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx

which works fine as long as I'm only refering objects where foreign keys are setup properly.

Is there any way to referense a Table where foreign keys aren't setup?

i.e. something like:

.Where("it.DeleteFlag == false && context.Tags(KeyId == it.Id)")