RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.Command Property

Provides access to the internal command object that executes commands for the dataset.

Pascal
property Command: TADOCommand;
C++
__property TADOCommand Command;

Applications can’t use the protected Command property. Command is an internal TADOCommand component that the dataset uses to execute commands against the data store. For example, when the dataset is opened, the ADO dataset uses Command to execute the command that returns the records in the dataset. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!