Share via


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

 

Applies To: Dynamics CRM 2013

Removes an entity from the cache.

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

Syntax

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

Parameters

See Also

Remove Overload
IOrganizationServiceCache Interface
Microsoft.Xrm.Client.Services Namespace

Return to top