C# 클래스 Deveel.Data.Sql.Statements.Build.SelectStatementBuilderExtensions

파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
Limit ( this builder, Action limit ) : ISelectStatementBuilder
OrderBy ( this builder ) : ISelectStatementBuilder
Query ( this builder, Action query ) : ISelectStatementBuilder

메소드 상세

Limit() 공개 정적인 메소드

public static Limit ( this builder, Action limit ) : ISelectStatementBuilder
builder this
limit Action
리턴 ISelectStatementBuilder

OrderBy() 공개 정적인 메소드

public static OrderBy ( this builder ) : ISelectStatementBuilder
builder this
리턴 ISelectStatementBuilder

Query() 공개 정적인 메소드

public static Query ( this builder, Action query ) : ISelectStatementBuilder
builder this
query Action
리턴 ISelectStatementBuilder