AdoDotNetConnectionSupport.DeriveParametersOn, méthode
Substitution pour dériver des paramètres de la commande donnée.
Espace de noms : Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Protected Overridable Sub DeriveParametersOn ( _
command As DbCommand _
)
protected virtual void DeriveParametersOn(
DbCommand command
)
protected:
virtual void DeriveParametersOn(
DbCommand^ command
)
abstract DeriveParametersOn :
command:DbCommand -> unit
override DeriveParametersOn :
command:DbCommand -> unit
protected function DeriveParametersOn(
command : DbCommand
)
Paramètres
- command
Type : System.Data.Common.DbCommand
La commande de données de dériver des paramètres de.
Notes
L'implémentation par défaut n'est pas disponible et ne retourne pas d'exception NotSupportedException .
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AdoDotNetConnectionSupport Classe
Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms