Click or drag to resize
RelationCollectionWillPotentiallyCauseDuplicateRows Property
Gets a value indicating whether the contents of this relation collection will result in joins which result in duplicate data. This is the case if there's at least one 1:n or m:n relation.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool WillPotentiallyCauseDuplicateRows { get; }

Property Value

Type: Boolean

Implements

IRelationCollectionWillPotentiallyCauseDuplicateRows
See Also