SqlBuilder.ORDER_BY Method

Sets ORDER BY as the next clause, to be used by subsequent calls to clause continuation methods, such as _(String, Object[]) and _If(Boolean, String, Object[]).

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public SqlBuilder ORDER_BY()

Return Value

Type: SqlBuilder
A reference to this instance after the operation has completed.

See Also

Reference

SqlBuilder Class
DbExtensions Namespace

© Max Toro Q.