ESRI.ArcGIS.Mobile
Update Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureDataReader Class : Update Method

Sends changes from the current record to the FeatureSource.

Syntax

Visual Basic (Declaration) 
Public Sub Update() 
C# 
public void Update()

Remarks

Please note that, as you can only access one FeatureDataRecord each time by using FeatureDataReader.Read method, you will need to call the Update method for each FeatureDataRecord if you would like to save the edits you made to the FeatureDataRecord.

Update method will update the MobileService with the edits in your current FeatureDataRecord. This means that after you call the FeatureDataReader.Update method, the Mobilecache will be updated.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.