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

ListEntities Method

Lists the entities in a table.

Syntax

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

Remarks

This method lists the entities in a table. The EntityList event will fire as results are received. Set EntityIndex to populate the properties for the current entity.

After calling this method check the value of NextRowKey and NextPartitionKey. If either has a value the results are paged and ListEntities should be called again to retrieve the next set of results.

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