Returns the string form of this FilterAnd.

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 format of this FilterAnd.

Implements

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

Remarks

The FilterAnd format is:
CopyC#
(<i>filter1</i> AND <i>filter2</i> ...)
where each filter is the string form of an IFilter.

See Also