Executes the specified SOQL query and returns the result.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- statement
- Type: System String
The SOQL query.
- model
- Type: CMS.SalesForce EntityModel
The model of the entities in the result.
Return Value
Type: SelectEntitiesResultThe result of the SOQL query.
See Also