Click or drag to resize

PersistenceInfoProviderBase.ElementToTargetMapping.ElementFieldMappingsOnIndex 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: SortedList<Int32, IFieldPersistenceInfo>
The index of the element field mappings on.
See Also