RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet Properties

The properties of the TCustomADODataSet class are listed here.

 
Name 
Description 
 
Provides access to the internal command object that executes commands for the dataset. 
 
Specifies a command to be executed. 
 
Specifies amount of time to attempt execution of a command. 
 
Specifies the type of command to execute. 
 
Represents the data source of another dataset that supplies values to the dataset. 
 
Points to the list of field definitions for the dataset. 
 
Contains the definitions of the indexes for the current table. 
 
Lists the columns to use for a persistent sort of the recordset. 
 
Manages the relationship between the ADO dataset and a master table. 
 
Specifies field or fields on which a Master-Detail link is based. 
 
Specifies whether the parameter list for an ADO dataset component is regenerated if the SQL changes at runtime. 
 
Contains the collection of parameters for an SQL statement. 
 
Specifies whether the command is prepared before execution. 
 
Specifies whether field definitions are stored with the ADO dataset. 
 
Name 
Description 
 
Stores custom data. 
 
Specifies whether to treat numeric fields as floating-point or BCD. 
 
Filters a recordset based on row update status. 
 
Indicates the number of fields that comprise the current key. 
 
Retrieves or sets a field for an index. 
 
Specifies the currently active index. 
 
Properties is the implementation of the Properties Collection object. 
 
Provides direct access to the ADO Recordset object. 
 
Indicates the current state of the ADO dataset component. 
 
Indicates the status of the current row. 
 
Sort 
Specifies the sort order of the recordset. 
 
Name 
Description 
 
Specifies whether or not a dataset is open. 
 
Determines when the OnCalcFields event is triggered and when lookup field values are calculated. 
 
Specifies the size of the cache for the dataset. 
 
Specifies the ADO connection component to use. 
 
Specifies the connection information for the data store. 
 
Specifies whether the cursor for the connection is client-side or server-side. 
 
Specifies type of cursor an ADO dataset uses. 
 
Specifies the characteristics of a command execution. 
 
Specifies the text of the current filter for a recordset. 
 
Specifies whether or not filtering is active for a dataset. 
 
Specifies the lock type to use when opening a dataset. 
 
Specifies which records are marshaled back to the server. 
 
Specifies how many rows to return in a result set. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!