Returns the next set of entities from the SOQL query result.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- locator
- Type: System String
The identifier of the set of entities.
- model
- Type: CMS.SalesForce EntityModel
The model of the entities in the result.
- options
- Type: CMS.SalesForce SalesForceClientOptions
The command options that override the default ones.
Return Value
Type: SelectEntitiesResultThe next set of entities from the SOQL query result.
See Also