[]
Specifies the information about a configured data provider.
public struct DataProviderInfo
Name | Description |
---|---|
DataProviderInfo(string, string, string) | Initializes a new instance of the DataProviderInfo struct. |
Name | Description |
---|---|
AdapterAssemblyQualifiedName | Fully assembly-qualified name of the class that implements additional features like setting of multi-value parameters and others. |
AssemblyQualifiedName | Fully assembly-qualified name of the class that implements DbProviderFactory for this provider. |
CommandTextEditorType | Type that derives from |
ConnectStringEditorType | Type that derives from |
HumanReadableName | A human-readable name for the data provider. |
InvariantName | The name that can be used to refer to the data provider in reports. |
IsCustom | True if data provider is specified through configuration |
QueryDesignerSupported | True if query designer supports this data provider |
SchemaProviderAssemblyQualifiedName | Fully assembly-qualified name of the class that implements IDbSchemaProvider. |