I Can't Believe That Worked

Code and Ideas, minus the profanity (the one language all developers know)

Browse by Tags

All Tags » Linq (RSS)
MetaTable Expression Builder for Fetching Any Object Via Collection of Primary Keys
Basically, I wanted to build a method that gets an object from a data context whatever the primary key may look like, and whatever type that object may be. I wrote this code a little while ago when I was exploring the DynamicData libs. I was checking...