C# 클래스 Lemon.Transform.SQLInserOrUpdateQueryBuilder

파일 보기 프로젝트 열기: dream-365/lemon 1 사용 예제들

공개 메소드들

메소드 설명
Build ( IEnumerable columns, bool upsert = true ) : string
SQLInserOrUpdateQueryBuilder ( string tableName, string primaryKey ) : System.Collections.Generic

메소드 상세

Build() 공개 메소드

public Build ( IEnumerable columns, bool upsert = true ) : string
columns IEnumerable
upsert bool
리턴 string

SQLInserOrUpdateQueryBuilder() 공개 메소드

public SQLInserOrUpdateQueryBuilder ( string tableName, string primaryKey ) : System.Collections.Generic
tableName string
primaryKey string
리턴 System.Collections.Generic