Nucleus .Net Core CMS

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
Type Parameters
TDataProvider
Returns
A data provider instance of the specified type.