DomainService.ExecuteChangeSet Method

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Invokes the DomainOperationEntry for each operation in the ChangeSet.

Namespace:  System.ServiceModel.DomainServices.Server
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

Syntax

'Declaration
Protected Overridable Function ExecuteChangeSet As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.ExecuteChangeSet()
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

DomainService Class

System.ServiceModel.DomainServices.Server Namespace