Show / Hide Table of Contents

Class AutoClassMapper<T>

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

Inheritance
System.Object
ClassMapper<T>
AutoClassMapper<T>
PluralizedAutoClassMapper<T>
Inherited Members
ClassMapper<T>.SchemaName
ClassMapper<T>.TableName
ClassMapper<T>.Properties
ClassMapper<T>.EntityType
ClassMapper<T>.PropertyTypeKeyTypeMapping
ClassMapper<T>.Schema(String)
ClassMapper<T>.Table(String)
ClassMapper<T>.AutoMap()
ClassMapper<T>.AutoMap(Func<Type, PropertyInfo, Boolean>)
ClassMapper<T>.Map(Expression<Func<T, Object>>)
ClassMapper<T>.Map(PropertyInfo)
Namespace: DapperDal.Mapper
Assembly: DapperDal.dll
Syntax
public class AutoClassMapper<T> : ClassMapper<T>, IClassMapper<T>, IClassMapper where T : class
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

AutoClassMapper()

³õʼ»¯×Ô¶¯ÀàÐÍ°ó¶¨Æ÷

Declaration
public AutoClassMapper()

Extension Methods

SortingExtensions.ToSortable(Object)
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX