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
'宣言
Protected Overridable Sub DeriveParametersOn ( _
command As DbCommand _
)
'使用
Dim command As DbCommand
Me.DeriveParametersOn(command)
protected virtual void DeriveParametersOn(
DbCommand command
)
protected:
virtual void DeriveParametersOn(
DbCommand^ command
)
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.
Permissions
- 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.
See Also
Reference
AdoDotNetConnectionSupport Class