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

Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode Description
Limit ( this builder, Action limit ) : ISelectStatementBuilder
OrderBy ( this builder ) : ISelectStatementBuilder
Query ( this builder, Action query ) : ISelectStatementBuilder

Method Details

Limit() public static méthode

public static Limit ( this builder, Action limit ) : ISelectStatementBuilder
builder this
limit Action
Résultat ISelectStatementBuilder

OrderBy() public static méthode

public static OrderBy ( this builder ) : ISelectStatementBuilder
builder this
Résultat ISelectStatementBuilder

Query() public static méthode

public static Query ( this builder, Action query ) : ISelectStatementBuilder
builder this
query Action
Résultat ISelectStatementBuilder