Gets the command that was executed to produce EngineResults.

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

Syntax

C#
EndecaCommand Command { get; }
Visual Basic (Declaration)
ReadOnly Property Command As EndecaCommand
Visual C++
property EndecaCommand^ Command {
	EndecaCommand^ get ();
}

See Also