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.6.0.0 (5.6.19.0117)
Syntax public bool AllowDuplicatesInSubQuery { get; set; }
Public Property AllowDuplicatesInSubQuery As Boolean
Get
Set
Property Value
Type:
BooleanSee Also