Click or drag to resize
SalesForceClientSelectEntities Method (String, EntityModel, SalesForceClientOptions)
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,
	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: SelectEntitiesResult
The result of the SOQL query.
See Also