TObjectManager.Create Constructor
Creates a new TObjectManager instance connected to the specified database.
Syntax
Unit: Aurelius.Engine.ObjectManager
constructor TObjectManager.Create(Connection: IDBConnection; AExplorer: TMappingExplorer);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Connection | IDBConnection | The database connection used for all persistence operations. | |
| AExplorer | TMappingExplorer | The TMappingExplorer that holds the mapping model.Pass nil to use the default global mapping model. |