Share via


AdoDotNetConnectionSupport.PreparedCommands, propriété

Extrait une liste d'objets d' IDbCommand qui ont été au préalable préparés.

Espace de noms :  Microsoft.VisualStudio.Data.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property PreparedCommands As IList
protected IList PreparedCommands { get; }
protected:
property IList^ PreparedCommands {
    IList^ get ();
}
member PreparedCommands : IList with get
function get PreparedCommands () : IList

Valeur de propriété

Type : IList
Retourne une instance de l'objet d' IList contenant des instances préparées d' IDbCommand .

Notes

Lorsqu'un client effectue un appel à la méthode d' Prepare , la classe d' AdoDotNetConnectionSupport crée un nouvel objet d' IDbCommand et prépare la commande. La valeur de retour de la méthode d' Prepare est une chaîne qui peut ensuite être passée à une du type d' Prepared . Les méthodes d' Execute avec le type d' Prepared . Les méthodes d' Execute identifient le type existant d' IDbCommand de la chaîne.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionSupport Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms