Creates a new ExprConstant expression node representing the specified constant val.

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

Syntax

C#
public ExprConstant(
	string val
)
Visual Basic
Public Sub New ( _
	val As String _
)
Visual C++
public:
ExprConstant(
	String^ val
)

Parameters

val
Type: System..::..String
The constant to be used in an expression.

See Also