SchemaInfoCollectionClearSchemaCache Method (String) |
Note: This API is now obsolete.
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
)
<ObsoleteAttribute("Deprecated -- use ClearSchemaCache(IAppContext cxt, string mapperKey).")>
Public Shared Sub ClearSchemaCache (
mapperKey As String
)
Parameters
- mapperKey
- Type: SystemString
The name of the mapper whose schema cache must be cleared
See Also