| SalesForceClientSelectMoreEntities Method (String, EntityModel) | 
            Returns the next set of entities from the SOQL query result.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic SelectEntitiesResult SelectMoreEntities(
	string locator,
	EntityModel model
)
Parameters
- locator
- Type: SystemString
 The identifier of the set of entities.
- model
- Type: CMS.SalesForceEntityModel
 The model of the entities in the result.
Return Value
Type: 
SelectEntitiesResultThe next set of entities from the SOQL query result.
 See Also
See Also