Show / Hide Table of Contents

Interface IPropertyMap

实体属性映射器接口

Namespace: DapperDal.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
KeyType
| 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
PropertyInfo

Extension Methods

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