CachedOrganizationService.Create Method (Entity)

 

Applies To: Dynamics CRM 2015

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

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 2015
Developer extensions context object model (Dynamics CRM 2015)

Return to top

© 2017 Microsoft. All rights reserved. Copyright