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.4.0.0 (5.4.0)
Syntaxpublic bool AllowDuplicatesInSubQuery { get; set; }Public Property AllowDuplicatesInSubQuery As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also