Show / Hide Table of Contents

Interface IProperty​Map

实体属性映射器接口

Namespace: Dapper​Dal.​Mapper
Assembly: DapperDal.dll
Syntax
public interface IPropertyMap

Properties

| Improve this Doc View Source

ColumnName

属性对应表字段名

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

Ignored

属性是否忽略

Declaration
bool Ignored { get; }
Property Value
Type Description
System.​Boolean
| Improve this Doc View Source

IsReadOnly

属性是否只读

Declaration
bool IsReadOnly { get; }
Property Value
Type Description
System.​Boolean
| Improve this Doc View Source

KeyType

属性类型

Declaration
KeyType KeyType { get; }
Property Value
Type Description
Key​Type
| Improve this Doc View Source

Name

属性名

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

PropertyInfo

属性元数据访问器

Declaration
PropertyInfo PropertyInfo { get; }
Property Value
Type Description
Property​Info

Extension Methods

Sorting​Extensions.​To​Sortable(Object)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • ColumnName
    • Ignored
    • IsReadOnly
    • KeyType
    • Name
    • PropertyInfo
  • Extension Methods
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX