ITableCreator.Connection

Syntax

Connection: ISecurityConnection;

Description

The Connection property determines the binding, in which table creation and data load queries are executed.

Comments

This property is relevant if the database specified in the Database property, in which the repository is created, has settings different from the database. In this case, to get connection to the database, use the IDatabaseInstance.Connection property.

The property is not specified by default and uses the binding to repository available in the PrimaryConnection property.

See also:

ITableCreator