Interface IPropertyMap
Maps an entity property to its corresponding column in the database.
Assembly: DapperExtensions.StrongName.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
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsReadOnly
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
KeyType
Declaration
Property Value
|
Improve this Doc
View Source
Name
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PropertyInfo
Declaration
PropertyInfo PropertyInfo { get; }
Property Value
Type |
Description |
System.Reflection.PropertyInfo |
|