Click or drag to resize
EntityCoreTFieldsPerformDesyncSetupFKFieldChange Method
Performs the desync setup when an FK field has been changed. The entity referenced based on the FK field will be dereferenced and sync info will be removed.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void PerformDesyncSetupFKFieldChange(
	int fieldindex
)

Parameters

fieldindex
Type: SystemInt32
The fieldindex.
Remarks
Method is implemented in generated code.
See Also