Initializes a new instance of the ZyanEntityQueryHandler class.
Declaring type: ZyanEntityQueryHandler
Namespace: Zyan.InterLinq
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public ZyanEntityQueryHandler (
        Func<Type, IQueryable> handler
) 
Parameters
handler
The query handler (returns System.Linq.IQueryable for the given System.Type).