asc method
Orders by this expression, ascending.
Implementation
MssqlOrder asc({MssqlNulls? nulls}) =>
MssqlOrder(this, descending: false, nulls: nulls);
Orders by this expression, ascending.
MssqlOrder asc({MssqlNulls? nulls}) =>
MssqlOrder(this, descending: false, nulls: nulls);