IExpr is the interface for various types of composable Select derived property expressions.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public interface IExpr : IQueryNode
Visual Basic
Public Interface IExpr _
	Inherits IQueryNode
Visual C++
public interface class IExpr : IQueryNode

See Also