Gets a string representation of the AbstractCriterion.

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function ToString As String
C#
public abstract string ToString()
Visual C++
public:
virtual String^ ToString() abstract override
JavaScript
function toString();

Return Value

A String that shows the contents of the AbstractCriterion.

Remarks

This is not a well formed Sql fragment. It is useful for logging what the AbstractCriterion looks like.

See Also