Click or drag to resize

PersistenceInfoProviderBaseElementToTargetMappingElementFieldMappingsOnIndex Property

Gets the indexes of 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 SortedList<int, IFieldPersistenceInfo> ElementFieldMappingsOnIndex { get; }

Property Value

Type: SortedListInt32, IFieldPersistenceInfo
The index of the element field mappings on.
See Also