Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

UpdateEntity Method

Updates an existing entity within a table by replacing it.

Syntax

[VB.NET]
Public Sub UpdateEntity()
[C#]
public void UpdateEntity();

Remarks

This method will update the current entry by replacing it within the table. After calling GetEntity and setting EntityIndex you may modify the properties of an entity via EntityProperties. You may also add new properties by calling AddEntityProperty. Calling this method will overwrite the entry in the table with the current entry's properties.

If you do not want to replace the entire entry, use the MergeEntity method.

If you wish to remove a property you must use UpdateEntity

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0