DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
A connection object
Gets a connection object
Namespace: DataPA.Utils.QueryEngineAssembly: 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: ConnectionA connection object