Version

CommitEdits Method (BaseDataSource)

Commit the current edits to the datasource.
Syntax
'Declaration
 
Public Function CommitEdits( _
   Optional ByVal isPending As Boolean _
) As Integer
public int CommitEdits( 
   bool isPending
)

Parameters

isPending
Whether this should be a pending commit which waits to be accepted or rejected at a later time.

Return Value

The ID for this commit. Used for accepting or rejecting a pending commit.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also