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)
Syntaxpublic SortedList<int, IFieldPersistenceInfo> ElementFieldMappingsOnIndex { get; }
Public ReadOnly Property ElementFieldMappingsOnIndex As SortedList(Of Integer, IFieldPersistenceInfo)
Get
Property Value
Type:
SortedListInt32,
IFieldPersistenceInfoThe index of the element field mappings on.
See Also