AdoDotNetParameter Constructor (String, IDataParameter)

Class constructor. Initializes a parameterized instance of the AdoDotNetParameter class, providing a parameter for a Command object and the name of the DDEX provider.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'宣言
Public Sub New ( _
    providerName As String, _
    parameter As IDataParameter _
)
'使用
Dim providerName As String
Dim parameter As IDataParameter

Dim instance As New AdoDotNetParameter(providerName, _
    parameter)
public AdoDotNetParameter(
    string providerName,
    IDataParameter parameter
)
public:
AdoDotNetParameter(
    String^ providerName, 
    IDataParameter^ parameter
)
public function AdoDotNetParameter(
    providerName : String, 
    parameter : IDataParameter
)

Parameters

Permissions

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

AdoDotNetParameter Overload

Microsoft.VisualStudio.Data.AdoDotNet Namespace