Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Mappers

    Gets a collection of NPoco mappers that are specific to the current database provider.

    Declaration
    NPocoMapperCollection Mappers { get; }
    Property Value
    Type Description
    NPocoMapperCollection
    View Source

    ProviderName

    Gets the name of the provider associated with this mapper factory.

    Declaration
    string ProviderName { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX