OrganizationServiceContextExtensions.TryRemoveFromCache Method (OrganizationServiceContext, String, Nullable<Guid>)

 

Applies To: Dynamics CRM 2015

Removes an entity from cache if it is applicable to the context.

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

Syntax

public static bool TryRemoveFromCache(
    this OrganizationServiceContext context,
    string entityLogicalName,
    Nullable<Guid> id
)
public:
[ExtensionAttribute]
static bool TryRemoveFromCache(
    OrganizationServiceContext^ context,
    String^ entityLogicalName,
    Nullable<Guid> id
)
static member TryRemoveFromCache : 
        context:OrganizationServiceContext *
        entityLogicalName:string *
        id:Nullable<Guid> -> bool
<ExtensionAttribute>
Public Shared Function TryRemoveFromCache (
    context As OrganizationServiceContext,
    entityLogicalName As String,
    id As Nullable(Of Guid)
) As Boolean

Parameters

Return Value

Type: System.Boolean

Type: Boolean
.

See Also

TryRemoveFromCache Overload
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright