Method | Description | |
---|---|---|
DefaultTypeMap ( |
Creates default type map
|
|
FindConstructor ( string names, |
Finds best constructor
|
|
FindExplicitConstructor ( ) : |
Returns the constructor, if any, that has the ExplicitConstructorAttribute on it.
|
|
GetConstructorParameter ( |
Gets mapping for constructor parameter
|
|
GetMember ( string columnName ) : SqlMapper.IMemberMap |
Gets member mapping for column
|
Method | Description | |
---|---|---|
GetPropertySetter ( |
||
GetSettableFields ( |
||
GetSettableProps ( |
||
IsParameterMatch ( |
public DefaultTypeMap ( |
||
type | Entity type | |
return | System |
public FindConstructor ( string names, |
||
names | string | DataReader column names |
types | DataReader column types | |
return |
public FindExplicitConstructor ( ) : |
||
return |
public GetConstructorParameter ( |
||
constructor | Constructor to resolve | |
columnName | string | DataReader column name |
return | SqlMapper.IMemberMap |
public GetMember ( string columnName ) : SqlMapper.IMemberMap | ||
columnName | string | DataReader column name |
return | SqlMapper.IMemberMap |