Sys.Data.AdoNetQueryBuilder.expand Property

Gets or sets the names of properties that contain underlying data which must be included with the returned data.

get_expand: function()
set_expand: function(value)

Usage

var a = exampleQueryBuilder.get_expand();
exampleQueryBuilder.set_expand(value);

Parameters

Parameter

Definition

value

A comma-separated list of properties.

Return Value

A comma-separated list of the properties that contain underlying data which must be included with the returned data.

See Also

Other Resources

Sys.Data.AdoNetQueryBuilder Class