Returns a EndecaCommandExecutor that can execute the specified command.

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

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.

See Also