RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSQLDataSet Properties

The properties of the TCustomSQLDataSet class are listed here.

 
Name 
Description 
 
Reserves a buffer for storing BLOB values. 
 
Indicates the meaning of the CommandText property. 
 
Indicates the size of the most recently read BLOB field. 
 
Identifies the datalink that manages communication between the SQL dataset and another, master dataset. 
 
Links the SQL dataset to another (master) dataset. 
 
This is DbxCommandType, a member of class TCustomSQLDataSet. 
 
Indicates the component that connects the dataset to its database server, taking into account whether the connection was cloned. 
 
Indicates the maximum number of bytes fetched for any BLOB field in the dataset. 
 
Represents the SQL command that is sent to the server. 
 
Specifies whether the parameter list for an SQL dataset is regenerated when the SQL command changes. 
 
Indicates the number of parameters listed by the Params property. 
 
Represents the parameters for a query or stored procedure. 
 
ProcParams lists the parameter descriptors obtained from the server for any stored procedure parameters. 
 
Indicates the number of rows operated on by the latest query execution. 
 
Identifies the metadata with which to populate the dataset. 
 
Indicates the sort order when CommandType is ctTable. 
 
Name 
Description 
 
Specifies the command the dataset executes. 
 
Stores custom data. 
 
Contains the definitions of all indexes defined on the server for the dataset. 
 
Specifies whether the command is prepared before execution. 
 
Indicates the total number of records associated with the dataset. 
 
Specifies the SQL connection component that connects the dataset to a database server. 
 
Indicates the transaction to which this dataset belongs. 
 
Name 
Description 
 
Specifies whether or not a dataset is open. 
 
Specifies whether the SQL dataset fetches metadata information along with the data. 
 
Maps fldBCD to either ftFMTBCD or ftBCD field types. 
 
Specifies whether fields are stored hierarchically or flattened out in the Fields property. 
 
Specifies the name of the database schema. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!