IOrganizationServiceCache.Remove Method (String, Nullable<Guid>)
Applies To: Dynamics CRM 2015
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
entityLogicalName
Type: System.StringType: String. The name of the entity.
id
Type: System.Nullable<Guid>
See Also
Remove Overload
IOrganizationServiceCache Interface
Microsoft.Xrm.Client.Services Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright