Interface IProviderSpecificMapperFactory
Represents a factory interface for creating mappers that are specific to a particular data provider.
Namespace: Umbraco.Cms.Infrastructure.Persistence
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IProviderSpecificMapperFactory
Properties
View SourceMappers
Gets a collection of NPoco mappers that are specific to the current database provider.
Declaration
NPocoMapperCollection Mappers { get; }
Property Value
| Type | Description |
|---|---|
| NPocoMapperCollection |
ProviderName
Gets the name of the provider associated with this mapper factory.
Declaration
string ProviderName { get; }
Property Value
| Type | Description |
|---|---|
| string |