Visual Basic (Declaration) | |
---|---|
Public Sub Update() |
C# | |
---|---|
public void Update() |
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.
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