Constructs a DimensionSearchCommand with a connection to an MDEX Engine.

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

Syntax

C#
public DimensionSearchCommand(
	EndecaConnection connection
)
Visual Basic (Declaration)
Public Sub New ( _
	connection As EndecaConnection _
)
Visual C++
public:
DimensionSearchCommand(
	EndecaConnection^ connection
)

See Also