TdxServerModeDataSourceOptions Members
Contains settings that are common to all server mode data sources.Constructors
Name | Description |
---|---|
Create(TdxServerModeCustomDataSource) | Initializes a new instance of the TdxServerModeDataSourceOptions class with specified settings. |
Properties
Name | Description |
---|---|
Owner | Provides access to the server mode data source that contains the current option set. |
UseQueryParams | Controls if the SQL adapter generates queries with parameters. |
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 | |
ToString | Inherited from TObject. |
See Also