C# Class Dapper.SimpleSave.Impl.CommandBuilder

Mostra file Open project: Paymentsense/Dapper.SimpleSave

Public Methods

Method Description
Coalesce ( IEnumerable operations ) : IEnumerable

Private Methods

Method Description
ApplyUpdatesSoFarAsNewCommand ( IList results, IList updates, string &updateTableName, object &updatePk ) : void
CreateUpdateColumnSet ( ) : ISet
GetNewUpdateMetadata ( UpdateOperation update ) : DtoMetadata
GetNewUpdatePrimaryKeyValue ( UpdateOperation update ) : object
GetNewUpdateTableName ( UpdateOperation update ) : string
ValidateInsertOrDeleteOperation ( BaseInsertDeleteOperation insert ) : void
ValidateUpdateOperation ( UpdateOperation update ) : void

Method Details

Coalesce() public method

public Coalesce ( IEnumerable operations ) : IEnumerable
operations IEnumerable
return IEnumerable