Metodo AdoDotNetConnectionSupport.DeriveParametersOn
Override per derivare i parametri del comando specificato.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
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
)
Parametri
command
Tipo: DbCommandIl comando dati derivare i parametri da.
Note
L'implementazione predefinita non è disponibile e non restituisce un'eccezione NotSupportedException.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
AdoDotNetConnectionSupport Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet