C# Class Deveel.Data.Sql.Statements.Build.SelectStatementBuilderExtensions

Exibir arquivo Open project: deveel/deveeldb

Public Methods

Method Description
Limit ( this builder, Action limit ) : ISelectStatementBuilder
OrderBy ( this builder ) : ISelectStatementBuilder
Query ( this builder, Action query ) : ISelectStatementBuilder

Method Details

Limit() public static method

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

OrderBy() public static method

public static OrderBy ( this builder ) : ISelectStatementBuilder
builder this
return ISelectStatementBuilder

Query() public static method

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