I'm using the Dynamic Linq features described in:
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)")