ILogonSession.PrimaryConnection

Syntax

PrimaryConnection: ISecurityConnection;

Description

The PrimaryConnection property returns the current repository connection.

NOTE. Operations with cursors, creating and executing SQL queries are not allowed within current connection with the repository.

Example

The property use is given in the example for ISecurityConnection.CreateCommandO.

See also:

ILogonSession