Click or drag to resize
EntityDefinitionCreateAndAddFkFieldFromPkField Method
Creates and adds a new fk field based on the pk field specified

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public FieldElement CreateAndAddFkFieldFromPkField(
	FieldElement pkField,
	string fkSideNavigator,
	ProjectProperties properties
)

Parameters

pkField
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelFieldElement
The pk field.
fkSideNavigator
Type: SystemString
The fk side navigator.
properties
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProjectProperties
The properties.

Return Value

Type: FieldElement
new fk field based on specified pk field
See Also