Gets a string representation of the AbstractCriterion.
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public abstract string ToString() |
Visual Basic |
---|
Public MustOverride Function ToString As String |
Visual C++ |
---|
public: virtual String^ ToString() abstract override |
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.