[]
Initializes a new instance of the DataProviderInfo struct.
public DataProviderInfo(string invariantName, string assemblyQualifiedName, string adapterAssemblyQualifiedName)
Type | Name | Description |
---|---|---|
string | invariantName | The name that can be used to refer to the data provider in reports. |
string | assemblyQualifiedName | The fully assembly-qualified name of the class that implements DbProviderFactory for this provider. |
string | adapterAssemblyQualifiedName | The fully assembly-qualified name of the class that implements additional features like setting of multivalue parameters and others. |