Gets a string representation of the LogicalExpression.
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function ToString As String |
C# |
---|
public override string ToString() |
Visual C++ |
---|
public: virtual String^ ToString() override |
JavaScript |
---|
function toString(); |
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.