Performs the equivalent of a ToString() on an expression. Swaps out constants for parameters so that, for example: from c in Customers where c.City = "London" generate the same key as from c in Customers where c.City = "Madrid"

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

Syntax

C#
public class ExpressionKeyVisitor : NhExpressionTreeVisitor
Visual Basic
Public Class ExpressionKeyVisitor _
	Inherits NhExpressionTreeVisitor
Visual C++
public ref class ExpressionKeyVisitor : public NhExpressionTreeVisitor

Inheritance Hierarchy

See Also