OrganizationServiceCache.Remove Method (String, Nullable<Guid>)
Applies To: Dynamics CRM 2013
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
entityLogicalName
Type: System.StringType: String
id
Type: System.Nullable<Guid>Type: Guid
Implements
IOrganizationServiceCache.Remove(String, Nullable<Guid>)
See Also
Remove Overload
OrganizationServiceCache Class
Microsoft.Xrm.Client.Services Namespace
Return to top