Interface IClassMapper<T>
泛型实体映射器接口
Inherited Members
Namespace: DapperDal.Mapper
Assembly: DapperDal.dll
Syntax
public interface IClassMapper<T> : IClassMapper where T : class
Type Parameters
| Name | Description |
|---|---|
| T | 实体类型 |
泛型实体映射器接口
public interface IClassMapper<T> : IClassMapper where T : class
| Name | Description |
|---|---|
| T | 实体类型 |