Returns a EndecaCommandExecutor that can execute the specified command.
Namespace:
Endeca.Data.ProviderAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
protected abstract EndecaCommandExecutor GetExecutor( EndecaCommand command ) |
| Visual Basic (Declaration) |
|---|
Protected MustOverride Function GetExecutor ( _ command As EndecaCommand _ ) As EndecaCommandExecutor |
| Visual C++ |
|---|
protected: virtual EndecaCommandExecutor^ GetExecutor( EndecaCommand^ command ) abstract |
Parameters
- command
- Type: Endeca.Data.Provider..::.EndecaCommand
Command for which an executor should be retrieved.