Adds the field named fieldName to the set of fields that should be returned for each record in the result set.

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

Syntax

C#
public void AddSelection(
	string fieldName
)
Visual Basic
Public Sub AddSelection ( _
	fieldName As String _
)
Visual C++
public:
void AddSelection(
	String^ fieldName
)

Parameters

fieldName
Type: System..::..String

Field Value

The name of an Endeca property or dimension.

See Also