Click or drag to resize
SalesForceClientSelectMoreEntities Method (String, EntityModel, SalesForceClientOptions)
Returns the next set of entities from the SOQL query result.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public SelectEntitiesResult SelectMoreEntities(
	string locator,
	EntityModel model,
	SalesForceClientOptions options
)

Parameters

locator
Type: SystemString
The identifier of the set of entities.
model
Type: CMS.SalesForceEntityModel
The model of the entities in the result.
options
Type: CMS.SalesForceSalesForceClientOptions
The command options that override the default ones.

Return Value

Type: SelectEntitiesResult
The next set of entities from the SOQL query result.
See Also