- Published on
Querying Telerik OpenAccess with LinqPad
- Authors
- Name
- Steve McNiven
- @stevemcniven
Telerik already has a blog post about this, but this should make it a little easier to figure out the setup.
- Open LinqPad, click F4 so we can add in our assemblies
- Add in the following assemblies
- Telerik.OpenAccess.Adonew2.dll
- Telerik.OpenAccess.Config.dll
- Telerik.OpenAccess.dll
- Telerik.OpenAccess.Query.dll
- YOUR OPENACCESS DLLs
- Click the additional namespace imports tab, and add in these
- Telerik.OpenAccess
- YOUR OpenAccess DAL Namespace(s)
- Thats it!, click Set as Default at the bottom and query away