Data.Win.ADODB.TParameters.Command

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TParameters

Delphi

property Command: TADOCommand read GetCommand;

C++

__property TADOCommand* Command = {read=GetCommand};

Description

Indicates the associated ADO command object.

Read Command to get a reference to the ADO command object associated with the ADO dataset object that contains the TParameters object.