DocumentProjectionData Constructor |
CTor
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public DocumentProjectionData(
bool useFirstJoinAsCorrelationRelationship,
SourceNavigatorPath pathToExclude,
int nestingLevel
)
Public Sub New (
useFirstJoinAsCorrelationRelationship As Boolean,
pathToExclude As SourceNavigatorPath,
nestingLevel As Integer
)
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