Catalog.RefreshByPath(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.
Invalidates and refreshes all the cached data (and the associated metadata) for any Dataset that contains the given data source path. Path matching is by prefix, i.e. "/" would invalidate everything that is cached.
public void RefreshByPath (string path);
member this.RefreshByPath : string -> unit
Public Sub RefreshByPath (path As String)
Parameters
- path
- String
Path to refresh