Gets or sets the connection to 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 EndecaConnection Connection { get; set; }
Visual Basic (Declaration)
Public Property Connection As EndecaConnection
Visual C++
public:
property EndecaConnection^ Connection {
	EndecaConnection^ get ();
	void set (EndecaConnection^ value);
}

See Also