ImportableMappingData.EntityMappings Property |
Gets or sets the entity mappings.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic List<ImportableGroupableModelElementMapping<ImportableEntity>> EntityMappings { get; }
Public ReadOnly Property EntityMappings As List(Of ImportableGroupableModelElementMapping(Of ImportableEntity))
Get
Property Value
Type:
List<ImportableGroupableModelElementMapping<ImportableEntity>>
See Also