Share via


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

'Declaration
Public Sub New ( _
    providerName As String, _
    parameter As IDataParameter _
)
public AdoDotNetParameter(
    string providerName,
    IDataParameter parameter
)
public:
AdoDotNetParameter(
    String^ providerName, 
    IDataParameter^ parameter
)
new : 
        providerName:string * 
        parameter:IDataParameter -> AdoDotNetParameter
public function AdoDotNetParameter(
    providerName : String, 
    parameter : IDataParameter
)

Parameters

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Overload

Microsoft.VisualStudio.Data.AdoDotNet Namespace