Data.Win.ADODB.TParameters.Command

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Command: TADOCommand read GetCommand;

C++

__property TADOCommand* Command = {read=GetCommand};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TParameters

Description

Indique l'objet de commande ADO associé.

Lisez Command pour avoir une référence à l'objet de commande ADO associé à l'objet ensemble de données ADO qui contient l'objet TParameters.