AdoDotNetConnectionSupport.DeriveParametersOn (Método)

Reemplace para derivar parámetros de comando especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
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
)

Parámetros

Comentarios

La implementación predeterminada no se proporciona y no devuelve una excepción de NotSupportedException .

Seguridad de .NET Framework

Vea también

Referencia

AdoDotNetConnectionSupport Clase

Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)