DomainService.Submit 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.]
Performs the operations indicated by the specified ChangeSet by invoking each of the corresponding domain operations.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
Syntax
'Declaration
Public Overridable Function Submit ( _
changeSet As ChangeSet _
) As Boolean
'Usage
Dim instance As DomainService
Dim changeSet As ChangeSet
Dim returnValue As Boolean
returnValue = instance.Submit(changeSet)
public virtual bool Submit(
ChangeSet changeSet
)
public:
virtual bool Submit(
ChangeSet^ changeSet
)
abstract Submit :
changeSet:ChangeSet -> bool
override Submit :
changeSet:ChangeSet -> bool
public function Submit(
changeSet : ChangeSet
) : boolean
Parameters
- changeSet
Type: System.ServiceModel.DomainServices.Server.ChangeSet
The ChangeSet to submit.
Return Value
Type: System.Boolean
true if the submit was successful; otherwise, false.