Share via


AdoDotNetConnectionSupport.DeriveParametersOn Method

Override to derive parameters from the given command.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
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
)

Parameters

Remarks

The default implementation is not provided and returns a NotSupportedException exception.

.NET Framework Security

See Also

Reference

AdoDotNetConnectionSupport Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace