Gets a string representation of the LogicalExpression.

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override

Return Value

The String contains the LeftHandSide.ToString() and the RightHandSide.ToString() joined by the Op.

Remarks

This is not a well formed Sql fragment. It is useful for logging what Expressions are being combined.

See Also