[]
Represents the default data providers factory. Supports SQL, CSV, JSON, XML, TESTING, and OBJECT data providers.
public class DataProvidersFactory : IDataProvidersFactory
Name | Description |
---|---|
DataProvidersFactory() |
Name | Description |
---|---|
Default | The default registry of the data providers factories and adapters |
Name | Description |
---|---|
GetAdapter(string) | Returns the registered IDbConnectionAdapter with a given name. |
GetFactory(string) | Returns the registered DbProviderFactory with a given name. |
Register(string, DbProviderFactory, IDbConnectionAdapter) | Registers ADO component as a data provider for the renderin engine. |