Class AutoClassMapper<T>
Automatically maps an entity to a table using a combination of reflection and naming conventions for keys.
Inherited Members
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 SourceAutoClassMapper()
³õʼ»¯×Ô¶¯ÀàÐÍ°ó¶¨Æ÷
Declaration
public AutoClassMapper()