Click or drag to resize
FieldCompareSetPredicateAllowDuplicatesInSubQuery Property
Gets or sets a value indicating whether duplicates are allowed (true, default) in the subquery or not (false). On most databases this has no effect, but on e.g. Oracle it can be beneficial to specify false (which emits DISTINCT) to force the optimizer to use an index, if applicable.

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 AllowDuplicatesInSubQuery { get; set; }

Property Value

Type: Boolean
See Also