Command to retrieve all combinations of DimensionValues that match some or all of a set of specified search terms from the MDEX Engine.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public class CompoundDimensionSearchCommand : EndecaCommand, 
	ICommandSource<CompoundDimensionSearchCommand>, ICommandSource
Visual Basic (Declaration)
Public Class CompoundDimensionSearchCommand _
	Inherits EndecaCommand _
	Implements ICommandSource(Of CompoundDimensionSearchCommand), ICommandSource
Visual C++
public ref class CompoundDimensionSearchCommand : public EndecaCommand, 
	ICommandSource<CompoundDimensionSearchCommand^>, ICommandSource

Inheritance Hierarchy

System..::.Object
  Endeca.Data.Provider..::.EndecaCommand
    Endeca.Data..::.CompoundDimensionSearchCommand

See Also