IOrganizationService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides programmatic access to the metadata and data for an organization.
public interface class IOrganizationService
[System.ServiceModel.ServiceContract(Name="IOrganizationService", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Services")]
public interface IOrganizationService
[<System.ServiceModel.ServiceContract(Name="IOrganizationService", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Services")>]
type IOrganizationService = interface
Public Interface IOrganizationService
- Derived
- Attributes
Methods
Associate(String, Guid, Relationship, EntityReferenceCollection) |
Creates a link between records. |
Create(Entity) |
Creates a record. |
Delete(String, Guid) |
Deletes a record. |
Disassociate(String, Guid, Relationship, EntityReferenceCollection) |
Deletes a link between records. |
Execute(OrganizationRequest) |
Executes a message in the form of a request, and returns a response. |
Retrieve(String, Guid, ColumnSet) |
Retrieves a record. |
RetrieveMultiple(QueryBase) |
Retrieves a collection of records. |
Update(Entity) |
Updates an existing record. |