Initializes a command based on an EndecaConnection.

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

Syntax

C#
protected EndecaCommand(
	EndecaConnection connection
)
Visual Basic (Declaration)
Protected Sub New ( _
	connection As EndecaConnection _
)
Visual C++
protected:
EndecaCommand(
	EndecaConnection^ connection
)

See Also