ImportableMappingData.SPCallMappings Property |
Gets or sets the SP call mappings.
Namespace:
SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic List<ImportableGroupableModelElementMapping<ImportableSPCall>> SPCallMappings { get; }
Public ReadOnly Property SPCallMappings As List(Of ImportableGroupableModelElementMapping(Of ImportableSPCall))
Get
Property Value
Type:
List<ImportableGroupableModelElementMapping<ImportableSPCall>>
See Also