이름 |
설명 |
CommandDefinition |
Represents the key aspects of a sql operation |
CustomPropertyTypeMap |
Implements custom property mapping by user provided criteria (usually presence of some custom attribute with column to member mapping) |
DataTableHandler |
|
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.ParamInfo |
|
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 |
SqlDataRecordHandler |
|
SqlDataRecordListTVPParameter |
Used to pass a IEnumerable<SqlDataRecord> as a SqlDataRecordListTVPParameter |
SqlMapper.CacheInfo |
|
SqlMapper.DapperRowMetaObject |
|
SqlMapper.DapperTable |
|
SqlMapper.DeserializerState |
|
SqlMapper.LiteralToken |
Represents a placeholder for a value that should be replaced as a literal value in the resulting sql |
SqlMapper.Settings |
Permits specifying certain SqlMapper values globally. |
SqlMapper.UdtTypeHandler |
A type handler for data-types that are supported by the underlying provider, but which need a well-known UdtTypeName to be specified |
TableValuedParameter |
Used to pass a DataTable as a TableValuedParameter |
TypeExtensions |
|
WrappedReader |
|