Share via


AdoDotNetParameter Constructor (String)

Class constructor. Initializes a parameterized instance of the AdoDotNetParameter class, along with the name of the ADO.NET data provider being serviced by the connection.

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

Syntax

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

Parameters

  • providerName
    Type: System.String

    Name of the ADO.NET data provider being serviced by the connection

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Overload

Microsoft.VisualStudio.Data.AdoDotNet Namespace