Gets the raw query object used to query the MDEX engine.

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

Syntax

C#
public Object EngineQuery { get; }
Visual Basic (Declaration)
Public ReadOnly Property EngineQuery As Object
Visual C++
public:
property Object^ EngineQuery {
	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 ENEQuery.

See Also