Interface providing methods to get System.Linq.IQueryable`1.
Declaring type: IQueryHandler
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Public Methods
  Name Description
Public Method Abstract CloseSession Tells the IQueryHandler to close the current session.
Public Method Abstract Get Returns an System.Linq.IQueryable.
Public Method Abstract Get<T> Returns an System.Linq.IQueryable`1.
Public Method Abstract StartSession Tells the IQueryHandler to start a new the session.