| SessionLoginConnectionName Property |
|
DataPA OpenAnalytics API Reference
Gets the connection name for this session login
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ConnectionName { get; }Public ReadOnly Property ConnectionName As String
Get
public:
virtual property String^ ConnectionName {
String^ get () sealed;
}function get_ConnectionName();
Return Value
Type:
StringThe connection name for this session login
Remarks
See Also