This document is archived and information here might be outdated.  Recommended version.


IWorkspaceFactorySchemaCache.RefreshSchemaCache Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceFactorySchemaCache Interface > IWorkspaceFactorySchemaCache.RefreshSchemaCache Method
ArcGIS Developer Help

IWorkspaceFactorySchemaCache.RefreshSchemaCache Method

Refreshes the schema cache for a specific workspace.

[Visual Basic .NET]
Public Sub RefreshSchemaCache ( _
    ByVal Workspace As IWorkspace _
)
[C#]
public void RefreshSchemaCache (
    IWorkspace Workspace
);
[C++]
HRESULT RefreshSchemaCache(
  IWorkspace* Workspace
);
[C++]
Parameters
Workspace [in]

Workspace is a parameter of type IWorkspace*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceFactorySchemaCache Interface