Share via


Catalog.UncacheTable(String) Method

Definition

Removes the specified table from the in-memory cache.

public void UncacheTable (string tableName);
member this.UncacheTable : string -> unit
Public Sub UncacheTable (tableName As String)

Parameters

tableName
String

Is either a qualified or unqualified name that designates a table. If no database identifier is provided, it refers to a table in the current database.

         To cache a table use `CacheTable(tableName)`.

Applies to