Returns the string form of this ExprLookup.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

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 form of this ExprLookup.

Implements

IQueryNode..::..ToString()()()()

Remarks

The ExprLookup format is:
CopyC#
<i>tableName</i>[<i>expression1</i>, <i>expression2</i>...].<i>fieldName</i>
where each expression is a lookup expression in the LookupList.

See Also