SchemaInfoCollectionClearSchemaCache Method (IAppContext, String) |
Clears a schema cache object.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void ClearSchemaCache(
IAppContext cxt,
string mapperKey
)
Public Shared Sub ClearSchemaCache (
cxt As IAppContext,
mapperKey As String
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context, required in order to ensure there is no cross-application clearing. - mapperKey
- Type: SystemString
The name of the mapper whose schema cache must be cleared
See Also