Table of Contents

TAureliusManager.Connection Property

Gets or sets the connection pool component used as the database connection for all persistence operations performed by this manager.

Remarks

When this property is changed, the encapsulated TObjectManager instance is destroyed and all currently managed entities are released. A new TObjectManager will be created with the new connection when next required.

Syntax

Unit: Aurelius.Comp.Manager

property TAureliusManager.Connection: TAureliusCustomConnectionPool

See also