SimpleMemberMap Class |
Namespace: Dapper
The SimpleMemberMap type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleMemberMap(String, FieldInfo) |
Creates instance for simple field mapping
|
![]() | SimpleMemberMap(String, ParameterInfo) |
Creates instance for simple constructor parameter mapping
|
![]() | SimpleMemberMap(String, PropertyInfo) |
Creates instance for simple property mapping
|
Name | Description | |
---|---|---|
![]() | ColumnName |
DataReader column name
|
![]() | Field |
Target field
|
![]() | MemberType |
Target member type
|
![]() | Parameter |
Target constructor parameter
|
![]() | Property |
Target property
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |