Click or drag to resize

SchemaInfoCollectionClearSchemaCache Method (String)

Note: This API is now obsolete.

Clears a schema cache object. This method is deprecated in favor of ClearSchemaCache(IAppContext, String) in order to prevent the possibility of cross-application clearing.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[ObsoleteAttribute("Deprecated -- use ClearSchemaCache(IAppContext cxt, string mapperKey).")]
public static void ClearSchemaCache(
	string mapperKey
)

Parameters

mapperKey
Type: SystemString
The name of the mapper whose schema cache must be cleared
See Also