I have a table in a database which is a store of Key/Value pairs, with some type information on the type of data stored in the value field.
I've read the blog series on creating an untyped data provider, and have grabbed and messed with the samples from odata, but I can not figure out how to turn the sample which uses an in-memory Dictionary as it's backing store, to use either EF or Linq to Sql entities as the actual store of data.