The selection capabilities of the dimension or dimension value.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public enum MultiSelect
Visual Basic (Declaration)
Public Enumeration MultiSelect
Visual C++
public enum class MultiSelect

Members

Member nameDescription
None
This is a single select dimension.
And
This is a multi-select dimension that finds the intersection of the selected dimension values.
Or
This is a multi-select dimension that finds the union of the selected dimension values.

See Also