ImportableGroupableModelElementMapping<TElement>.FieldMappings Property |
Gets or sets the field mappings.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic List<ImportableFieldMapping> FieldMappings { get; }
Public ReadOnly Property FieldMappings As List(Of ImportableFieldMapping)
Get
Property Value
Type:
List<ImportableFieldMapping>
See Also