Skip to main content

TdxServerModeFireDACDataSourceOptions Properties

Contains settings that are specific to the table-based FireDAC server mode data source.
Name Description
CatalogName Specifies the database catalog to be used for querying data.
Owner Provides access to the server mode data source that contains the current option set. Inherited from TdxServerModeDataSourceOptions.
SchemaName Specifies the database schema to be used for querying data.
UseQueryParams Controls if the SQL adapter generates queries with parameters. Inherited from TdxServerModeDataSourceOptions.
See Also