Condividi tramite


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: DbCommand

    Il comando dati derivare i parametri da.

Note

L'implementazione predefinita non è disponibile e non restituisce un'eccezione NotSupportedException.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionSupport Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet