DataController.ExecuteChangeSet Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Invokes the action for each operation in the current ChangeSet.

Namespace:  System.Web.Http.Data
Assembly:  System.Web.Http.Data (in System.Web.Http.Data.dll)

Syntax

'Declaration
Protected Overridable Function ExecuteChangeSet As Boolean
protected virtual bool ExecuteChangeSet()
protected:
virtual bool ExecuteChangeSet()
abstract ExecuteChangeSet : unit -> bool 
override ExecuteChangeSet : unit -> bool 
protected function ExecuteChangeSet() : boolean

Return Value

Type: System.Boolean
true if the ChangeSet was processed successfully; otherwise, false.

See Also

Reference

DataController Class

System.Web.Http.Data Namespace