Constructs an AggregateRecordCommand with an EndecaConnection.

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

Syntax

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

See Also