Click or drag to resize

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)
Syntax
protected Dictionary<string, PersistenceInfoProviderBaseElementToTargetMapping> ElementMappings { get; }

Property Value

Type: DictionaryString, PersistenceInfoProviderBaseElementToTargetMapping
Remarks
Altering 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