CrmOrganizationServiceContext.Create Method (Entity)

 

Applies To: Dynamics CRM 2015

Creates a record. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public Guid Create(
    Entity entity
)
public:
virtual Guid Create(
    Entity^ entity
) sealed
abstract Create : 
        entity:Entity -> Guid
override Create : 
        entity:Entity -> Guid
Public Function Create (
    entity As Entity
) As Guid

Parameters

Return Value

Type: System.Guid

Type: Guid
The ID of the new record.

Implements

IOrganizationService.Create(Entity)

Remarks

Extends the core implementation of the IOrganizationService.Create method.

See Also

CrmOrganizationServiceContext Class
Microsoft.Xrm.Client 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