Share via


Sys.UI.DataView.fetchOperation Property

Gets or sets a query string or method name to use to retrieve data from the ADO.NET Data Service.

Note

To get property values for client API properties, you must call the property accessor method that is named with the get_ prefix. For example, to get a value for a property such as cancel, you call the get_cancel method.

var a = MyDataView.get_fetchOperation();
MyDataView.set_fetchOperation(value)

Parameters

Parameter

Description

value

A query string or method name to use to retrieve data from the ADO.NET Data Service.

Return Value

A query string or method name to use to retrieve data from the ADO.NET Data Service.

See Also

Other Resources

Sys.UI.DataView Class

Language Reference