ImportableMappingData.TypedViewMappings Property |
Gets or sets the typed view mappings.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic List<ImportableGroupableModelElementMapping<ImportableTypedView>> TypedViewMappings { get; }
Public ReadOnly Property TypedViewMappings As List(Of ImportableGroupableModelElementMapping(Of ImportableTypedView))
Get
Property Value
Type:
List<ImportableGroupableModelElementMapping<ImportableTypedView>>
See Also