Home
Options

Am i understanding this correctly!!!

Hi,
I'm sort of new to LINQPad as far as the development of context drivers go. I'm working on making a custom driver for an in-memory key,value based store. Here is what i have understood so far and the approach i intend to take. Kindly correct me if I'm going wrong anywhere.
1. Since the store holds custom classes I'll have to make a DynamicDataContextDriver.
2. Since the values in my store are object based, I would need to Implement ICustomMemberProvider to cast the query results in the form of fields.

Regards,
Moiz

Comments

Sign In or Register to comment.