vcl-dxbackend-dot-tdxbackenddataconnectionmanager-11117993.md
Provides access to the collection of stored data connection components.
property DataConnections: TdxBackendDataConnectionCollection read; write;
| Type | Description |
|---|---|
| TdxBackendDataConnectionCollection |
A data connection collection.
|
Use the DataConnections property to manage data connections for a backend client component in your application.
Call the DataConnections.Add function to create any supported data connection component. DataConnection.Clear and DataConnection.Delete procedures allow you to delete data connections.
Refer to the TdxBackendDataConnectionCollection class description for detailed information on all available options.
TdxBackendInMemoryJSONConnectionA component designed for interaction with data stored in memory.TdxBackendDataSetJSONConnectionA component designed to fetch data from one or multiple datasets (TDataSet descendant instances).TdxBackendDatabaseSQLConnectionA non-visual component designed to fetch data from a relational database (SQL Server, PostgreSQL, SQLite, etc.). See Also
TdxBackendDataConnectionManager.Count Property
TdxBackendDataConnectionManager Class