| SalesForceClientSelectEntities Method (String, EntityModel, SalesForceClientOptions) | 
            Executes the specified SOQL query and returns the result.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic SelectEntitiesResult SelectEntities(
	string statement,
	EntityModel model,
	SalesForceClientOptions options
)
Parameters
- statement
- Type: SystemString
 The SOQL query.
- 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: 
SelectEntitiesResultThe result of the SOQL query.
 See Also
See Also