Initializes a new instance of the SwapQuerySourceVisitor class

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

Syntax

C#
public SwapQuerySourceVisitor(
	IQuerySource oldClause,
	IQuerySource newClause
)
Visual Basic
Public Sub New ( _
	oldClause As IQuerySource, _
	newClause As IQuerySource _
)
Visual C++
public:
SwapQuerySourceVisitor(
	IQuerySource^ oldClause, 
	IQuerySource^ newClause
)

Parameters

oldClause
Type: Remotion.Linq.Clauses..::..IQuerySource

[Missing <param name="oldClause"/> documentation for "M:NHibernate.Linq.Visitors.SwapQuerySourceVisitor.#ctor(Remotion.Linq.Clauses.IQuerySource,Remotion.Linq.Clauses.IQuerySource)"]

newClause
Type: Remotion.Linq.Clauses..::..IQuerySource

[Missing <param name="newClause"/> documentation for "M:NHibernate.Linq.Visitors.SwapQuerySourceVisitor.#ctor(Remotion.Linq.Clauses.IQuerySource,Remotion.Linq.Clauses.IQuerySource)"]

See Also