SalesForceClient Methods |
Name | Description | |
---|---|---|
CreateEntities(IEnumerable<Entity>) |
Creates new entities and returns the result.
| |
CreateEntities(IEnumerable<Entity>, SalesForceClientOptions) |
Creates new entities and returns the result.
| |
DeleteEntities(IEnumerable<String>) |
Deletes entities with the specified identifiers and returns the result.
| |
DeleteEntities(IEnumerable<String>, SalesForceClientOptions) |
Deletes entities with the specified identifiers and returns the result.
| |
DescribeEntities(IEnumerable<String>) |
Retrieves an array of entity models with the specified names, and returns it.
| |
DescribeEntities(IEnumerable<String>, 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(IEnumerable<Entity>) |
Updates entities and returns the result.
| |
UpdateEntities(IEnumerable<Entity>, SalesForceClientOptions) |
Updates entities and returns the result.
| |
UpsertEntities(IEnumerable<Entity>, String) |
Upserts entities and returns the result.
| |
UpsertEntities(IEnumerable<Entity>, String, SalesForceClientOptions) |
Upserts entities and returns the result.
|