C# 클래스 Dapper.SimpleSave.Impl.CommandBuilder

파일 보기 프로젝트 열기: Paymentsense/Dapper.SimpleSave

공개 메소드들

메소드 설명
Coalesce ( IEnumerable operations ) : IEnumerable

비공개 메소드들

메소드 설명
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

메소드 상세

Coalesce() 공개 메소드

public Coalesce ( IEnumerable operations ) : IEnumerable
operations IEnumerable
리턴 IEnumerable