Click or drag to resize

DocumentProjectionData Constructor

CTor

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public DocumentProjectionData(
	bool useFirstJoinAsCorrelationRelationship,
	SourceNavigatorPath pathToExclude,
	int nestingLevel
)

Parameters

useFirstJoinAsCorrelationRelationship
Type: SystemBoolean
if true the data is for a set and it will be a nested query with a correlation predicate
pathToExclude
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelSourceNavigatorPath
The path we've navigated over to reach the document and which we should exclude from paths seen.
nestingLevel
Type: SystemInt32
See Also