Interface IPropertyMap
实体属性映射器接口
Namespace: DapperDal.Mapper
Assembly: DapperDal.dll
Syntax
public interface IPropertyMap
Properties
| Improve this Doc View SourceColumnName
属性对应表字段名
Declaration
string ColumnName { get; }
Property Value
Type | Description |
---|---|
System.String |
Ignored
属性是否忽略
Declaration
bool Ignored { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReadOnly
属性是否只读
Declaration
bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeyType
属性类型
Declaration
KeyType KeyType { get; }
Property Value
Type | Description |
---|---|
KeyType |
Name
属性名
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
PropertyInfo
属性元数据访问器
Declaration
PropertyInfo PropertyInfo { get; }
Property Value
Type | Description |
---|---|
PropertyInfo |