Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.DbCommand
The 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.