Returns the result of executing the specified command. Note that the command is already associated with an EndecaConnection when this method is called.

Namespace:  Endeca.Web.Internal
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected abstract Object ExecuteCommand(
	TCommand command
)
Visual Basic (Declaration)
Protected MustOverride Function ExecuteCommand ( _
	command As TCommand _
) As Object
Visual C++
protected:
virtual Object^ ExecuteCommand(
	TCommand command
) abstract

Parameters

command
Type: TCommand
Command to execute.

See Also