Show / Hide Table of Contents

Interface IClassMapper

实体类型映射器接口

Namespace: DapperDal.Mapper
Assembly: DapperDal.dll
Syntax
public interface IClassMapper

Properties

| Improve this Doc View Source

EntityType

实体类型

Declaration
Type EntityType { get; }
Property Value
Type Description
Type
| Improve this Doc View Source

Properties

实体属性信息列表

Declaration
IList<IPropertyMap> Properties { get; }
Property Value
Type Description
IList<IPropertyMap>
| Improve this Doc View Source

SchemaName

数据库架构名

Declaration
string SchemaName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TableName

数据库表名

Declaration
string TableName { get; }
Property Value
Type Description
System.String

Extension Methods

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