Simple IQueryable server query handler
Declaring type: ZyanEntityQueryHandler
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method ZyanEntityQueryHandler Overloaded. Initializes a new instance of the ZyanEntityQueryHandler class.
Collapse/Expand Public Methods
  Name Description
Public Method CloseSession Tells the IQueryHandler to close the current session.
Public Method Get Returns an System.Linq.IQueryable.
Public Method Get<T> Returns an System.Linq.IQueryable`1.
Public Method StartSession Tells the IQueryHandler to start a new the session.