CrmServiceClient.ResetLocalMetadataCache(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This will clear the Metadata cache for either all entities or the specified entity
public void ResetLocalMetadataCache (string entityName = "");
member this.ResetLocalMetadataCache : string -> unit
Public Sub ResetLocalMetadataCache (Optional entityName As String = "")
Parameters
- entityName
- String
Optional: name of the entity to clear cached info for