Click or drag to resize
SelectEntitiesResult Class
Represents a result of the select entities command.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceSelectEntitiesResult

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class SelectEntitiesResult

The SelectEntitiesResult type exposes the following members.

Properties
  NameDescription
Public propertyEntities
Gets the list of entities in this set.
Public propertyIsComplete
Gets the value indicating whether this is the last set of entities.
Public propertyNextResultLocator
Gets the locator of the next set of results.
Public propertyTotalEntityCount
Gets the total number of entities that the query returned.
Top
See Also