CachedOrganizationService.Create Method (Entity)
Applies To: Dynamics CRM 2013
Creates a record. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public override Guid Create(
Entity entity
)
public:
virtual Guid Create(
Entity^ entity
) override
override Create :
entity:Entity -> Guid
Public Overrides Function Create (
entity As Entity
) As Guid
Parameters
entity
Type: Microsoft.Xrm.Sdk.EntityType: Entity. An entity instance that contains the properties to set in the newly created record.
Return Value
Type: System.Guid
Type: Guid
The ID of the newly created record.
Implements
IOrganizationService.Create(Entity)
Remarks
Extends the core implementation of the IOrganizationService.Create method.
See Also
CachedOrganizationService Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Developer extensions context object model (Dynamics CRM 2013)
Return to top