DataPA Enterprise Dashboard Controls API Reference
Gets a connection object

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Connection this[
	int Index
] { get; }
Visual Basic
Public ReadOnly Property Item ( 
	Index As Integer
) As Connection
	Get
Visual C++
public:
virtual property Connection^ Item[int Index] {
	Connection^ get (int Index) sealed;
}

Parameters

Index
Type: System..::..Int32
The index of the object to return

Return Value

Type: Connection
A connection object

Remarks