[Missing <summary> documentation for "M:NHibernate.Linq.Visitors.ResultOperatorProcessors.ProcessFirstOrSingleBase.AddClientSideEval(System.Reflection.MethodInfo,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#
protected static void AddClientSideEval(
	MethodInfo target,
	QueryModelVisitor queryModelVisitor,
	IntermediateHqlTree tree
)
Visual Basic
Protected Shared Sub AddClientSideEval ( _
	target As MethodInfo, _
	queryModelVisitor As QueryModelVisitor, _
	tree As IntermediateHqlTree _
)
Visual C++
protected:
static void AddClientSideEval(
	MethodInfo^ target, 
	QueryModelVisitor^ queryModelVisitor, 
	IntermediateHqlTree^ tree
)

Parameters

target
Type: System.Reflection..::..MethodInfo

[Missing <param name="target"/> documentation for "M:NHibernate.Linq.Visitors.ResultOperatorProcessors.ProcessFirstOrSingleBase.AddClientSideEval(System.Reflection.MethodInfo,NHibernate.Linq.Visitors.QueryModelVisitor,NHibernate.Linq.IntermediateHqlTree)"]

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

[Missing <param name="queryModelVisitor"/> documentation for "M:NHibernate.Linq.Visitors.ResultOperatorProcessors.ProcessFirstOrSingleBase.AddClientSideEval(System.Reflection.MethodInfo,NHibernate.Linq.Visitors.QueryModelVisitor,NHibernate.Linq.IntermediateHqlTree)"]

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

[Missing <param name="tree"/> documentation for "M:NHibernate.Linq.Visitors.ResultOperatorProcessors.ProcessFirstOrSingleBase.AddClientSideEval(System.Reflection.MethodInfo,NHibernate.Linq.Visitors.QueryModelVisitor,NHibernate.Linq.IntermediateHqlTree)"]

See Also