AdoDotNetConnectionSupport.BaseCommand, propriété

Récupère l'objet principal d' IDbCommand utilisé pour exécuter des commandes sur cette connexion.

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

Syntaxe

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

Valeur de propriété

Type : IDbCommand
Retourne une instance de l'objet d' IDbCommand utilisée sur la connexion actuelle.

Notes

Toutes les opérations de commande non préparées utilisent cet objet d' IDbCommand .

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionSupport Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms