Removes various result operators from a query so that they can be processed at the same tree level as the query itself.

Namespace: NHibernate.Linq.ReWriters
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class ResultOperatorRewriter : QueryModelVisitorBase
Visual Basic
Public Class ResultOperatorRewriter _
	Inherits QueryModelVisitorBase
Visual C++
public ref class ResultOperatorRewriter : public QueryModelVisitorBase

Inheritance Hierarchy

System..::..Object
  Remotion.Linq..::..QueryModelVisitorBase
    NHibernate.Linq.ReWriters..::..ResultOperatorRewriter

See Also