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.4.0.0 (5.4.0)
Syntax bool WillPotentiallyCauseDuplicateRows { get; }
ReadOnly Property WillPotentiallyCauseDuplicateRows As Boolean
Get
Property Value
Type:
BooleanSee Also