Click or drag to resize
GroupableModelElementMappingCreateNewFieldMapping Method
Creates the new field mapping between the field specified and the specified target and adds it to this mapping's list of fieldmappings

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
protected virtual FieldMapping CreateNewFieldMapping(
	IMappableField field,
	IProjectElementFieldMapTargetElement targetField,
	Project containingProject,
	TypeConverterDefinition converterToUse
)

Parameters

field
Type: SD.LLBLGen.Pro.ApplicationCore.InterfacesIMappableField
The field.
targetField
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementFieldMapTargetElement
The target field.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.
converterToUse
Type: SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructuresTypeConverterDefinition
The converter to use.

Return Value

Type: FieldMapping
the created fieldmapping
See Also