Class AutoClassMapper<T>
Automatically maps an entity to a table using a combination of reflection and naming conventions for keys.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DapperExtensions.Mapper
Assembly: DapperExtensions.StrongName.dll
Syntax
public class AutoClassMapper<T> : ClassMapper<T>, IClassMapper<T>, IClassMapper where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceAutoClassMapper()
Declaration
public AutoClassMapper()