[Missing <summary> documentation for "M:NHibernate.Linq.Visitors.ResultOperatorProcessors.IResultOperatorProcessor`1.Process(`0,NHibernate.Linq.Visitors.QueryModelVisitor,NHibernate.Linq.IntermediateHqlTree)"]

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

Syntax

C#
void Process(
	T resultOperator,
	QueryModelVisitor queryModelVisitor,
	IntermediateHqlTree tree
)
Visual Basic
Sub Process ( _
	resultOperator As T, _
	queryModelVisitor As QueryModelVisitor, _
	tree As IntermediateHqlTree _
)
Visual C++
void Process(
	T resultOperator, 
	QueryModelVisitor^ queryModelVisitor, 
	IntermediateHqlTree^ tree
)

Parameters

resultOperator
Type: T

[Missing <param name="resultOperator"/> documentation for "M:NHibernate.Linq.Visitors.ResultOperatorProcessors.IResultOperatorProcessor`1.Process(`0,NHibernate.Linq.Visitors.QueryModelVisitor,NHibernate.Linq.IntermediateHqlTree)"]

queryModelVisitor
Type: NHibernate.Linq.Visitors..::..QueryModelVisitor

[Missing <param name="queryModelVisitor"/> documentation for "M:NHibernate.Linq.Visitors.ResultOperatorProcessors.IResultOperatorProcessor`1.Process(`0,NHibernate.Linq.Visitors.QueryModelVisitor,NHibernate.Linq.IntermediateHqlTree)"]

tree
Type: NHibernate.Linq..::..IntermediateHqlTree

[Missing <param name="tree"/> documentation for "M:NHibernate.Linq.Visitors.ResultOperatorProcessors.IResultOperatorProcessor`1.Process(`0,NHibernate.Linq.Visitors.QueryModelVisitor,NHibernate.Linq.IntermediateHqlTree)"]

See Also