[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.DataProviderInfo.-ctor

DataProviderInfo Constructor

DataProviderInfo(string, string, string)

Initializes a new instance of the DataProviderInfo struct.

Declaration
public DataProviderInfo(string invariantName, string assemblyQualifiedName, string adapterAssemblyQualifiedName)
Parameters
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.