Click or drag to resize

PersistenceInfoProviderBaseElementToTargetMappingElementFieldMappings Property

Gets the element field mappings.

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
public Dictionary<string, IFieldPersistenceInfo> ElementFieldMappings { get; }

Property Value

Type: DictionaryString, IFieldPersistenceInfo
The element field mappings.
See Also