IOrganizationServiceCache.Remove Method (EntityReference)
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(
EntityReference entity
)
void Remove(
EntityReference^ entity
)
abstract Remove :
entity:EntityReference -> unit
Sub Remove (
entity As EntityReference
)
Parameters
entity
Type: Microsoft.Xrm.Sdk.EntityReferenceType: EntityReference. The entity to remove.
See Also
RemoveāOverload
IOrganizationServiceCache Interface
Microsoft.Xrm.Client.Services Namespace
Return to top