Sys.Data.AdoNetQueryBuilder.orderby Property

Gets or sets the string expression that specifies how to order the query results.

get_orderby: function()
set_orderby: function(value)

Usage

var a = exampleQueryBuilder.get_orderby();
exampleQueryBuilder.set_orderby(value);

Parameters

Parameter

Definition

value

The expression that defines how to order the results.

Return Value

A string value that defines how to order the query results.

See Also

Other Resources

Sys.Data.AdoNetQueryBuilder Class