Click or drag to resize

EntityCore<TFields>.DesetupSync 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.8.0.0 (5.8.21.0111)
Syntax
protected void DesetupSync(
	string navigator,
	bool signalRelatedEntity,
	bool resetFKFields
)

Parameters

navigator
Type: System.String
signalRelatedEntity
Type: System.Boolean
resetFKFields
Type: System.Boolean
See Also