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[
	string Name
] { get; }
Visual Basic
Public ReadOnly Property Item ( 
	Name As String
) As Connection
	Get
Visual C++
public:
virtual property Connection^ Item[String^ Name] {
	Connection^ get (String^ Name) sealed;
}

Parameters

Name
Type: System..::..String
The name of the connection to return

Return Value

Type: Connection
A connection object

Remarks