Click or drag to resize

EntityCoreTFieldsDesetupSync Method

Destructs the synchronization setup between the related entity and this entity, related over the member specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected void DesetupSync(
	string navigator,
	bool signalRelatedEntity,
	bool resetFKFields
)

Parameters

navigator
Type: SystemString
signalRelatedEntity
Type: SystemBoolean
resetFKFields
Type: SystemBoolean
See Also