Click or drag to resize
PAConnectionConnection Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets which of the systems defined connection this object should use.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Connection { get; set; }

Property Value

Type: String
The systems defined connection this object should use.

Return Value

Type: String
The systems defined connection this object should use.
Remarks
If this value does not match the name of a valid connection for the system, the default connection will be used.
See Also