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.StringThe invariant name of the data provider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.