Version

CommitAddRecord Method

Commits the add-record to the data source.
Syntax
'Declaration
 
Public Sub CommitAddRecord() 
public void CommitAddRecord()
Remarks

CommitAddRecord method can be used to commit the add-record to the data source. If the add-record record is a template add-record that hasn't been associated with a data item yet, a new data item will be added to the data list and associated with the add-record and record will be committed to the data source.

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