Click or drag to resize
FieldMapping Constructor (MappableFieldWrapper, IProjectElementFieldMapTargetElement, DBSequence, TypeConverterDefinition)
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,
	DBSequence sequenceToUse,
	TypeConverterDefinition typeConverterToUse
)

Parameters

mappedFieldWrapper
Type: SD.LLBLGen.Pro.ApplicationCore.MappingMappableFieldWrapper
The mapped field wrapper.
mappedTarget
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementFieldMapTargetElement
The mapped target.
sequenceToUse
Type: SD.LLBLGen.Pro.DBDriverCoreDBSequence
The sequence to use.
typeConverterToUse
Type: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresTypeConverterDefinition
The type converter to use.
See Also