Show / Hide Table of Contents

Namespace DapperDal.Mapper

Classes

AutoClassMapper<T>

Automatically maps an entity to a table using a combination of reflection and naming conventions for keys.

AutoEntityMapper<T>

实体自动映射器类

ClassMapper<T>

默认泛型实体映射器类

PluralizedAutoClassMapper<T>

Automatically maps an entity to a table using a combination of reflection and naming conventions for keys. Identical to AutoClassMapper, but attempts to pluralize table names automatically. Example: Person entity maps to People table

PluralizedAutoClassMapper<T>.Formatting

Adapted from: http://mattgrande.wordpress.com/2009/10/28/pluralization-helper-for-c/

PropertyMap

实体属性映射器类

Interfaces

IClassMapper

实体类型映射器接口

IClassMapper<T>

泛型实体映射器接口

IPropertyMap

实体属性映射器接口

Enums

KeyType

属性类型枚举

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX