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


IWorkspaceFactorySchemaCache.DisableSchemaCaching 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.DisableSchemaCaching Method
ArcGIS Developer Help

IWorkspaceFactorySchemaCache.DisableSchemaCaching Method

All new workspaces handed out by the factory will not have schema caching enabled.

[Visual Basic .NET]
Public Sub DisableSchemaCaching ( _
)
[C#]
public void DisableSchemaCaching (
);
[C++]
HRESULT DisableSchemaCaching(
void
);

Product Availability

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

Description

This method disables schema caching on the workspace factory.

See Also

IWorkspaceFactorySchemaCache Interface