Abstract implementation of an IQueryHandler. This class provides methods to get an System.Linq.IQueryable`1.
Declaring type: InterLinqQueryHandler
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Protected Constructors
  Name Description
Protected Method InterLinqQueryHandler

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method Virtual CloseSession Tells the IQueryHandler to close the current session.
Public Method Get Returns an System.Linq.IQueryable`1.
Public Method Get<T> Returns an System.Linq.IQueryable`1.
Public Method Virtual StartSession Tells the IQueryHandler to start a new the session.
Collapse/Expand Public Properties
  Name Description
Public Property Abstract QueryProvider Gets the System.Linq.IQueryProvider.