Gets the raw result object returned by the MDEX engine.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public Object EngineResults { get; }
Visual Basic (Declaration)
Public ReadOnly Property EngineResults As Object
Visual C++
public:
property Object^ EngineResults {
	Object^ get ();
}

Remarks

The exact type of this object depends on the connection that was used to execute a command. If a PresentationApiConnection is used to execute the command, then this object will be of the type ENEQueryResults.

See Also