DataProviderInfo Constructor
In This Topic
Initializes a new instance of the
DataProviderInfo struct.
Syntax
Parameters
- invariantName
- The name that can be used to refer to the data provider in reports.
- assemblyQualifiedName
- The fully assembly-qualified name of the class that implements System.Data.Common.DbProviderFactory for this provider.
- adapterAssemblyQualifiedName
- The fully assembly-qualified name of the class that implements additional features like setting of multivalue parameters and others.
See Also