 | MyEntityContextInitializeEntityMappingStore Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Initialize the internal cache of entity attribute information.
Namespace:
imbWEM.Core
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic static void InitializeEntityMappingStore()
Remarks
This method is normally invoked from the static constructor for the generated context class.
It is provided as a public static method to enable the use of the cached entity attribute
information without the need to construct a context (typically in test code).
In normal application code you should never need to explicitly call this method.
See Also