C# 클래스 Sharp.Data.Databases.SelectBuilder

파일 보기 프로젝트 열기: sharpmigrations/sharpmigrations 1 사용 예제들

공개 메소드들

메소드 설명
Build ( ) : string
SelectBuilder ( Dialect dialect, string tables, string columns ) : System.Collections.Generic

보호된 메소드들

메소드 설명
ApplySkipTakeToSql ( ) : string

비공개 메소드들

메소드 설명
ApplyFilter ( ) : void
ApplyOrderBy ( ) : void

메소드 상세

ApplySkipTakeToSql() 보호된 메소드

protected ApplySkipTakeToSql ( ) : string
리턴 string

Build() 공개 메소드

public Build ( ) : string
리턴 string

SelectBuilder() 공개 메소드

public SelectBuilder ( Dialect dialect, string tables, string columns ) : System.Collections.Generic
dialect Dialect
tables string
columns string
리턴 System.Collections.Generic