TdxServerModeFireDACDataSourceOptions Members
Contains settings that are specific to the table-based FireDAC server mode data source.Constructors
Name | Description |
---|---|
Create(TdxServerModeCustomDataSource) | Initializes a new instance of the TdxServerModeDataSourceOptions class with specified settings. Inherited from TdxServerModeDataSourceOptions. |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
GetSchemaName | Inherited from TdxServerModeDataSourceOptions. |
ToString | Inherited from TObject. |
See Also