Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 407 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 407 Bytes

custom-queryable-interface

Project contains own implementation of IQueryable interface.

Like example was used spoof IQuerableCustom interface.

NOTE. There are no implementation of IQueryProvider

Creating an IQueryable LINQ Provider can be found here