Click or drag to resize

RealTimeWorkControllerPerformDerivedModelDataValidation Method

Performs the derived model data validation on an active loaded project. Used in work funcs to be scheduled on one of the dispatch queues.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Parallelization
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public void PerformDerivedModelDataValidation(
	string workId
)

Parameters

workId
Type: SystemString
The work identifier.
See Also