Name | Description | |
---|---|---|
![]() ![]() |
InterLinqContext | Abstract base class holding an IQueryHandler. The usage of the InterLinqContext is comparable with System.Data.Linq.DataContext. |
![]() |
InterLinqQuery<T> | Standard implementation of an InterLinqQuery. |
![]() ![]() |
InterLinqQueryBase | Base Class for InterLinq Queries. |
![]() ![]() |
InterLinqQueryHandler | Abstract implementation of an IQueryHandler. This class provides methods to get an System.Linq.IQueryable`1. |
![]() ![]() |
InterLinqQueryProvider | Abstract implementation of an System.Linq.IQueryProvider. Defines methods to create and execute queries that are described by an System.Linq.IQueryable object. |
![]() |
ZyanClientQueryHandler | Client handler class managing Zyan connection to the InterLINQ Server. |
![]() |
ZyanEntityQueryHandler | Simple IQueryable server query handler |
![]() ![]() |
ZyanExtensions | Extension methods for easier InterLINQ handlers access. |
![]() |
ZyanObjectQueryHandler | Simple IEnumerable POCO server query handler |
![]() ![]() |
ZyanQueryHandler | Abstract query handler implementation |
![]() |
ZyanServerQueryHandler | Provides methods to communicate with the InterLINQ service over Zyan. |
Name | Description | |
---|---|---|
![]() |
IBaseSource | Base interface required for the built-in Linq support. |
![]() |
IEntitySource | Interface required for the built-in Linq to entities support. |
![]() |
IObjectSource | Interface required for the built-in Linq to objects support |
![]() |
IQueryHandler | Interface providing methods to get System.Linq.IQueryable`1. |
![]() |
IQueryRemoteHandler | Interface providing methods to communicate with the InterLINQ service. |