| SqlMapperITypeMap Interface | 
Namespace: Dapper
The SqlMapperITypeMap type exposes the following members.
| Name | Description | |
|---|---|---|
| FindConstructor | 
            Finds best constructor
              | |
| FindExplicitConstructor | 
            Returns a constructor which should *always* be used.
            
            Parameters will be default values, nulls for reference types and zero'd for value types.
            
            Use this class to force object creation away from parameterless constructors you don't control.
              | |
| GetConstructorParameter | 
            Gets mapping for constructor parameter
              | |
| GetMember | 
            Gets member mapping for column
              |