C# (CSharp) Dapper.SimpleSave.Impl Namespace

Classes

Name Description
Ancestor
BaseCommand
BaseInsertDeleteCommand
BaseOperation
BasicSimpleSaveLogger
CommandBuilder
DeleteCommand Represents a SQL DELETE command that deletes a single row of data from a table.
ExplicitTransitiveBackReferenceResolver
InsertCommand Represents a SQL INSERT command that inserts a single row of data into a table.
MemberInfoExtensions
OperationBuilder
ReverseUpdateHelper
Script
ScriptBuilder
TypeExtensions
UpdateCommand
UpdateOperation Represents an update operation to carry out on a single column in a table. Multiple such operations may be coalesced together into a single UpdateCommand, which results in the generation of a single UPDATE SQL statement that updates multiple columns.