Share via


AdoDotNetParameter Constructor (String)

Initializes a new instance of the AdoDotNetParameter class with a parameter string value.

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

Syntax

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

Parameters

  • providerInvariantName
    Type: System.String

    The invariant name of the data provider.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Overload

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace