Provider.TDataSetProvider Properties

From RAD Studio VCL Reference
Jump to: navigation, search

Delphi Information

property TransactionStarted: Boolean read FTransactionStarted write FTransactionStarted;
property Params: TParams read FParams;

Stores the parameter values currently in use.

property DataSet: TDataSet read FDataSet write SetDataSet;

Specifies the dataset from which the provider provides data and to which it applies updates.

property Constraints: Boolean read FConstraints write FConstraints;

Controls whether database constraints are passed to the client so that it can check them locally.

property ResolveToDataSet: Boolean read FResolveToDataSet write SetResolveToDataSet;

Specifies whether updates should be applied to a dataset or directly to the database server.


Unit: Provider

Type: property

Visibility: published

Member Of: TDataSetProvider

C++ Information

__property bool TransactionStarted = {read=FTransactionStarted,write=FTransactionStarted};
__property Db::TParams * Params = {read=FParams};

Stores the parameter values currently in use.

__property Db::TDataSet * DataSet = {read=FDataSet,write=SetDataSet};

Specifies the dataset from which the provider provides data and to which it applies updates.

__property bool Constraints = {read=FConstraints,write=FConstraints};

Controls whether database constraints are passed to the client so that it can check them locally.

__property bool ResolveToDataSet = {read=FResolveToDataSet,write=SetResolveToDataSet};

Specifies whether updates should be applied to a dataset or directly to the database server.


Unit: Provider

Type: property

Visibility: public

Member Of: TDataSetProvider


Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!

Personal tools
Translations
Newest Version