Click or drag to resize
ITypeMap Methods

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