Click or drag to resize
MapperCoreSetSequenceIfRequired Method
Sets the sequence to use for the fieldMapping specified, if required. It only selects from existing sequences, it won't create a new one if no matching/fitting sequence is found; in that case the sequence to use for the mapping is left 'null'.

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 static LogNode SetSequenceIfRequired(
	FieldMapping fieldMapping,
	IProjectElementFieldMapTargetElement target,
	EntityMapping mapping,
	Project containingProject
)

Parameters

fieldMapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingFieldMapping
The field mapping.
target
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementFieldMapTargetElement
The target.
mapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingEntityMapping
The mapping.
containingProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The containing project.

Return Value

Type: LogNode
LogNode with action taken or null if nothing was done
See Also