IQueryExecutor<TObject> public interface IQueryExecutor<TObject> Represents an executor of object query. Documentation IEnumerable<TObject> Execute(IQueryRequest request) Executes the specified request and returns the query result objects.