Interface IClassMapper
实体类型映射器接口
Namespace: DapperDal.Mapper
Assembly: DapperDal.dll
Syntax
public interface IClassMapper
Properties
| Improve this Doc View SourceEntityType
实体类型
Declaration
Type EntityType { get; }
Property Value
Type | Description |
---|---|
Type |
Properties
实体属性信息列表
Declaration
IList<IPropertyMap> Properties { get; }
Property Value
Type | Description |
---|---|
IList<IPropertyMap> |
SchemaName
数据库架构名
Declaration
string SchemaName { get; }
Property Value
Type | Description |
---|---|
System.String |
TableName
数据库表名
Declaration
string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |