Click or drag to resize

FieldDenormalizerDenormalize Method

Denormalizes the fields specified from their source document to their parent document if they can be denormalized. Have to be present in the same document. Call this method from an undoable period to have the work grouped as a single undoable period.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public void Denormalize(
	List<DocumentFieldDefinition> fieldsToDenormalize,
	RootDocumentDefinition rootDocument
)

Parameters

fieldsToDenormalize
Type: System.Collections.GenericListDocumentFieldDefinition
rootDocument
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelRootDocumentDefinition
See Also