AdoDotNetConnectionSupport.DeriveParametersOn 方法

派生参数的重写从特定命令。

命名空间:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
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
)

参数

备注

未提供默认实现并返回 NotSupportedException 异常。

.NET Framework 安全性

请参见

参考

AdoDotNetConnectionSupport 类

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空间