This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceFactorySchemaCache Interface > IWorkspaceFactorySchemaCache.EnableSchemaCaching Method (ArcObjects .NET 10.4 SDK) |
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
);
This method will enable chaching on any IWorkspace passed out by the workspace factory.