SalesForceClient Methods |
Name | Description | |
---|---|---|
CreateEntities(IEnumerableEntity) |
Creates new entities and returns the result.
| |
CreateEntities(IEnumerableEntity, SalesForceClientOptions) |
Creates new entities and returns the result.
| |
DeleteEntities(IEnumerableString) |
Deletes entities with the specified identifiers and returns the result.
| |
DeleteEntities(IEnumerableString, SalesForceClientOptions) |
Deletes entities with the specified identifiers and returns the result.
| |
DescribeEntities(IEnumerableString) |
Retrieves an array of entity models with the specified names, and returns it.
| |
DescribeEntities(IEnumerableString, SalesForceClientOptions) |
Retrieves an array of entity models with the specified names, and returns it.
| |
DescribeEntity(String) |
Retrieves an entity model with the specified name, and returns it.
| |
DescribeEntity(String, SalesForceClientOptions) |
Retrieves an entity model with the specified name, and returns it.
| |
SelectEntities(String, EntityModel) |
Executes the specified SOQL query and returns the result.
| |
SelectEntities(String, EntityModel, SalesForceClientOptions) |
Executes the specified SOQL query and returns the result.
| |
SelectMoreEntities(String, EntityModel) |
Returns the next set of entities from the SOQL query result.
| |
SelectMoreEntities(String, EntityModel, SalesForceClientOptions) |
Returns the next set of entities from the SOQL query result.
| |
UpdateEntities(IEnumerableEntity) |
Updates entities and returns the result.
| |
UpdateEntities(IEnumerableEntity, SalesForceClientOptions) |
Updates entities and returns the result.
| |
UpsertEntities(IEnumerableEntity, String) |
Upserts entities and returns the result.
| |
UpsertEntities(IEnumerableEntity, String, SalesForceClientOptions) |
Upserts entities and returns the result.
|