Skip to main content

TdxServerModeADODataSourceOptions Members

Contains settings that are specific to ADO 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
EnableBCD Specifies if numeric and decimal field values are translated as floating-point values or binary coded decimal (BCD) values.
Owner Provides access to the server mode data source that contains the current option set. Inherited from TdxServerModeDataSourceOptions.
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