Interface IProviderSpecificMapperFactory
Namespace: Umbraco.Cms.Infrastructure.Persistence
Assembly: cs.temp.dll.dll
Syntax
public interface IProviderSpecificMapperFactory
Properties
Mappers
Declaration
NPocoMapperCollection Mappers { get; }
Property Value
Type | Description |
---|---|
NPoco |
ProviderName
Declaration
string ProviderName { get; }
Property Value
Type | Description |
---|---|
System. |