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.2.0.0 (6.2.2.8614)

Syntax

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

See Also