ArcObjects Library Reference (GeoDatabase)  

IWorkspaceFactorySchemaCache.EnableSchemaCaching Method

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

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

Product Availability

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

Description

This method will enable chaching on any IWorkspace passed out by the workspace factory.

See Also

IWorkspaceFactorySchemaCache Interface