Initializes a command based on an EndecaConnection.
Namespace:
Endeca.Data.ProviderAssembly: 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 ) |
Parameters
- connection
- Type: Endeca.Data.Provider..::.EndecaConnection