OrganizationServiceCache.Remove Method (String, Nullable<Guid>)

 

Applies To: Dynamics CRM 2015

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

Syntax

public void Remove(
    string entityLogicalName,
    Nullable<Guid> id
)
public:
virtual void Remove(
    String^ entityLogicalName,
    Nullable<Guid> id
) sealed
abstract Remove : 
        entityLogicalName:string *
        id:Nullable<Guid> -> unit
override Remove : 
        entityLogicalName:string *
        id:Nullable<Guid> -> unit
Public Sub Remove (
    entityLogicalName As String,
    id As Nullable(Of Guid)
)

Parameters

Implements

IOrganizationServiceCache.Remove(String, Nullable<Guid>)

See Also

Remove Overload
OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright