Click or drag to resize
IRelationCollectionWillPotentiallyCauseDuplicateRows 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.0.0.0 (5.0.0)
Syntax
bool WillPotentiallyCauseDuplicateRows { get; }

Property Value

Type: Boolean
See Also