IDatabaseProvider Interface
Namespace: Nucleus.Data.Common
Assembly: Nucleus.Data.Common.dll
Data provider configuration interface.
Methods
TypeKey
TypeKey ()
Database provider type key.
AddDataProvider<TDataProvider>
(IServiceCollection,DatabaseConnectionOption,String) Method
AddDataProvider<TDataProvider> (IServiceCollection services, DatabaseConnectionOption options, String schemaName)
Add data provider objects to the service collection for the data provider specified by TDataProvider if configuration contains an entry specifying that the data provider uses the database provider implementing this interface.