Click or drag to resize
SqlMapperITypeMap Interface
Implement this interface to change default mapping of reader columns to type members

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ITypeMap

The SqlMapperITypeMap type exposes the following members.

Methods
  NameDescription
Public methodFindConstructor
Finds best constructor
Public methodFindExplicitConstructor
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.
Public methodGetConstructorParameter
Gets mapping for constructor parameter
Public methodGetMember
Gets member mapping for column
Top
See Also