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

'宣言
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

Remarks

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

Permissions

See Also

Reference

AdoDotNetConnectionSupport Class

AdoDotNetConnectionSupport Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace