Skip to main content

TdxServerModeDBXDataSourceOptions Members

Contains settings that are specific to dbExpress server mode data sources.

Constructors

Name Description
Create(TdxServerModeCustomDataSource) Initializes a new instance of the TdxServerModeDataSourceOptions class with specified settings. Inherited from TdxServerModeDataSourceOptions.

Properties

Name Description
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