DataPA Enterprise Dashboard Controls API Reference
Gets and sets the Primary of this connection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool Primary { get; set; } |
| Visual Basic |
|---|
Public Property Primary As Boolean
Get
Set |
| Visual C++ |
|---|
public:
virtual property bool Primary {
bool get () sealed;
void set (bool value) sealed;
} |
Property Value
Type:
BooleanThe Primary of this connection
Return Value
Type:
BooleanThe Primary of this connection
Remarks
See Also