Click or drag to resize
RootDocumentDefinitionUpdateDocumentShape Method
Updates the shape of this document with the new shape specified. It removes fields which sources are no longer in the newShape. It adds new fields which are present in newShape but aren't in this document.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void UpdateDocumentShape(
	RootDocumentDefinition newShape
)

Parameters

newShape
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelRootDocumentDefinition
See Also