Sys.Data.AdoNetServiceProxy.fetchData Method

Retrieves data from the provided service URI.

MyDataContext.fetchData(operation, parameters, mergeOption, httpVerb, succeededCallback, failedCallback, timeout, userContext);

Arguments

  • operation
    The query or operation used to retrieve data.

  • parameters
    (Optional) An object that represents additional parameters.

  • mergeOption
    (Optional) A MergeOption value.

  • httpVerb
    (Optional) A string that represents the HTTP method.

  • succeededCallback
    (Optional) A function this is called when the data has successfully been retrieved.

  • failedCallback
    (Optional) A function that is called when the data was not successfully retrieved.

  • timeout
    (Optional) An integer that specifies the timeout limit when retrieving data.

  • userContext
    (Optional) The user context.

Return Value

A WebRequest object used for this operation.

See Also

Other Resources

Sys.Data.AdoNetServiceProxy Class

Language Reference