| Dapper Namespace | 
[Missing <summary> documentation for "N:Dapper"]
| Class | Description | |
|---|---|---|
| CustomPropertyTypeMap | 
            Implements custom property mapping by user provided criteria (usually presence of some custom attribute with column to member mapping)
              | |
| DbString | 
            This class represents a SQL string, it can be used if you need to denote your parameter is a Char vs VarChar vs nVarChar vs nChar
              | |
| DefaultTypeMap | 
            Represents default type mapping strategy used by Dapper
              | |
| DynamicParameters | 
            A bag of parameters that can be passed to the Dapper Query and Execute methods
              | |
| ExplicitConstructorAttribute | 
            Tell Dapper to use an explicit constructor, passing nulls or 0s for all parameters
              | |
| FeatureSupport | 
            Handles variances in features per DBMS
              | |
| SimpleMemberMap | 
            Represents simple member map for one of target parameter or property or field to source DataReader column
              | |
| SqlMapper | 
            Dapper, a light weight object mapper for ADO.NET
              | |
| SqlMapperGridReader | 
            The grid reader provides interfaces for reading multiple result sets from a Dapper query 
              | |
| SqlMapperIdentity | 
            Identity of a cached query in Dapper, used for extensibility
              | |
| SqlMapperTypeHandlerT | 
            Base-class for simple type-handlers
              | |
| SqlMapperTypeHandlerCacheT |  Obsolete.  
            Not intended for direct usage
              | |
| SqlMapperUdtTypeHandler | 
            A type handler for data-types that are supported by the underlying provider, but which need
            a well-known UdtTypeName to be specified
              | 
| Structure | Description | |
|---|---|---|
| CommandDefinition | 
            Represents the key aspects of a sql operation
              | 
| Interface | Description | |
|---|---|---|
| IWrappedDataReader | 
            Describes a reader that controls the lifetime of both a command and a reader,
            exposing the downstream command/reader as properties.
              | |
| SqlMapperICustomQueryParameter | 
            Implement this interface to pass an arbitrary db specific parameter to Dapper
              | |
| SqlMapperIDynamicParameters | 
            Implement this interface to pass an arbitrary db specific set of parameters to Dapper
              | |
| SqlMapperIMemberMap | 
            Implements this interface to provide custom member mapping
              | |
| SqlMapperIParameterCallbacks | 
            Extends IDynamicParameters with facilities for executing callbacks after commands have completed
              | |
| SqlMapperIParameterLookup | 
            Extends IDynamicParameters providing by-name lookup of parameter values
              | |
| SqlMapperITypeHandler | 
            Implement this interface to perform custom type-based parameter handling and value parsing
              | |
| SqlMapperITypeMap | 
            Implement this interface to change default mapping of reader columns to type members
              | 
| Enumeration | Description | |
|---|---|---|
| CommandFlags | 
            Additional state flags that control command behaviour
              |