PersistenceInfoProviderBaseElementMappings Property |
Returns the actual element mapping dictionary used by this persistence info provider.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxprotected Dictionary<string, PersistenceInfoProviderBaseElementToTargetMapping> ElementMappings { get; }
Protected ReadOnly Property ElementMappings As Dictionary(Of String, PersistenceInfoProviderBaseElementToTargetMapping)
Get
Property Value
Type:
DictionaryString,
PersistenceInfoProviderBaseElementToTargetMapping
RemarksAltering this after startup initialization could lead to issues that are hard to fix. If you're merging multiple models,
be sure to only alter the structure at application startup, before any query has run.
See Also