Click or drag to resize
ApplicationUtilsCreateFkConstraintName Method (ListPairIProjectElementFieldMapTargetElement, IProjectElementFieldMapTargetElement, ProjectProperties, String)
Creates the name of the fk constraint which is formed by the specified fieldpairs.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string CreateFkConstraintName(
	List<Pair<IProjectElementFieldMapTargetElement, IProjectElementFieldMapTargetElement>> fieldPairs,
	ProjectProperties properties,
	string driverID
)

Parameters

fieldPairs
Type: System.Collections.GenericListPairIProjectElementFieldMapTargetElement, IProjectElementFieldMapTargetElement
The field pairs. Value1 is the fk field, Value2 is the pk field
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.
driverID
Type: SystemString
The driver identifier.

Return Value

Type: String
See Also