DataController.Submit Method

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

Performs the operations indicated by the specified ChangeSet by invoking the corresponding actions for each.

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

Syntax

'Declaration
Public Overridable Function Submit ( _
    changeSet As ChangeSet _
) As Boolean
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

Return Value

Type: System.Boolean
true if the submit was successful; otherwise, false.

See Also

Reference

DataController Class

System.Web.Http.Data Namespace