Returns the result of executing the specified command. Note that the command is already
              associated with an 
EndecaConnection when this method is called.
            
 (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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
See Also