Creates a new ExprKey expression node representing the specified record field name.

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

Syntax

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

Parameters

val
Type: System..::..String
The name of an Endeca property or dimension.

See Also