ICrmService Interface
Interface containing the methods provided by the CrmService Web service.
The ICrmService interface implements the IDisposable interface. It exposes the following members.
| Instance Method | Description |
| Create | Creates an entity instance. |
| Delete | Deletes an entity instance. |
| Execute | Executes business logic using messages (request/response). |
| Fetch | Retrieves entity instances in XML format based on the specified query expressed in the FetchXML query language. |
| Retrieve | Retrieves an entity instance using the specified ID. |
| RetrieveMultiple | Retrieves a collection of entity instances based on the specified query criteria. |
| Update | Updates an entity instance. |
Requirements
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.dll
See Also
Reference
© 2009 Microsoft Corporation. All rights reserved.