MetadataExtensions.ResetLocalMetadataCache(ServiceClient, 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 static void ResetLocalMetadataCache (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, string entityName = "");
static member ResetLocalMetadataCache : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * string -> unit
<Extension()>
Public Sub ResetLocalMetadataCache (serviceClient As ServiceClient, Optional entityName As String = "")
Parameters
- serviceClient
- ServiceClient
ServiceClient
- entityName
- String
Optional: name of the entity to clear cached info for