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)
Syntaxpublic Dictionary<string, IFieldPersistenceInfo> ElementFieldMappings { get; }
Public ReadOnly Property ElementFieldMappings As Dictionary(Of String, IFieldPersistenceInfo)
Get
Property Value
Type:
DictionaryString,
IFieldPersistenceInfoThe element field mappings.
See Also