Click or drag to resize
DefaultTypeMap Class
Represents default type mapping strategy used by Dapper
Inheritance Hierarchy
SystemObject
  DapperDefaultTypeMap

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class DefaultTypeMap : SqlMapperITypeMap

The DefaultTypeMap type exposes the following members.

Constructors
  NameDescription
Public methodDefaultTypeMap
Creates default type map
Top
Properties
  NameDescription
Public propertyStatic memberMatchNamesWithUnderscores
Should column names like User_Id be allowed to match properties/fields like UserId ?
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindConstructor
Finds best constructor
Public methodFindExplicitConstructor
Returns the constructor, if any, that has the ExplicitConstructorAttribute on it.
Public methodGetConstructorParameter
Gets mapping for constructor parameter
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMember
Gets member mapping for column
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also