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
command
Type: System.Data.Common.DbCommandThe data command to derive the parameters from.
Remarks
The default implementation is not provided and returns a NotSupportedException exception.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.