Click or drag to resize
FieldMapping Constructor (MappableFieldWrapper, IProjectElementFieldMapTargetElement)
Initializes a new instance of the FieldMapping class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public FieldMapping(
	MappableFieldWrapper mappedFieldWrapper,
	IProjectElementFieldMapTargetElement mappedTarget
)

Parameters

mappedFieldWrapper
Type: SD.LLBLGen.Pro.ApplicationCore.MappingMappableFieldWrapper
The mapped field wrapper.
mappedTarget
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementFieldMapTargetElement
The mapped target.
See Also