CrmServiceClient.ResetLocalMetadataCache Method (String)
Applies To: Dynamics CRM 2015
This will clear the Metadata cache for either all entities or the specified entity
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public void ResetLocalMetadataCache(
string entityName = ""
)
public:
void ResetLocalMetadataCache(
String^ entityName = ""
)
member ResetLocalMetadataCache :
entityName:string = "" -> unit
Public Sub ResetLocalMetadataCache (
entityName As String
)
Parameters
entityName
Type: System.StringOptional: name of the entity to clear cached info for
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright