ArcObjects Library Reference (GeoDatabase)  

IWorkspaceFactorySchemaCache.DisableSchemaCache Method

Disable the schema cache for a specific workspace.

[Visual Basic .NET]
Public Sub DisableSchemaCache ( _
    ByVal Workspace As IWorkspace _
)
[C#]
public void DisableSchemaCache (
    IWorkspace Workspace
);
[C++]
HRESULT DisableSchemaCache(
  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