Click or drag to resize
SalesForceClientSelectEntities Method (String, EntityModel)
Executes the specified SOQL query and returns the result.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public SelectEntitiesResult SelectEntities(
	string statement,
	EntityModel model
)

Parameters

statement
Type: SystemString
The SOQL query.
model
Type: CMS.SalesForceEntityModel
The model of the entities in the result.

Return Value

Type: SelectEntitiesResult
The result of the SOQL query.
See Also