IDataProviderFactory Interface
Namespace: Nucleus.Data.Common
Assembly: Nucleus.Data.Common.dll
Data provider factory base class. A data provider factory retrieves data provider interface instances from the dependency injection container.
Methods
CreateProvider<TDataProvider>
CreateProvider<TDataProvider> ()
Create a new instance of the specified data provider interface
Returns
A data provider instance of the specified type.