Server implementation of the IQueryRemoteHandler.
Declaring type: ServerQueryHandler
Namespace: Zyan.InterLinq.Communication
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method ServerQueryHandler Initializes this class.
Collapse/Expand Public Methods (see also: Protected Methods)
  Name Description
Public Method Virtual Dispose Disposes the server instance.
Public Method Retrieve Retrieves data from the server by an Expression tree.
Public Method RetrieveGeneric<T> Retrieves data from the server by an Expression tree.
Public Method RetrieveNonGenericObject Retrieves data from the server by an Expression tree.
Collapse/Expand Protected Methods
  Name Description
Protected Method Virtual HandleExceptionInRetrieve Handles an System.Exception occured in the Retrieve Method.
Collapse/Expand Public Properties
  Name Description
Public Property QueryHandler Gets the IQueryHandler.