| QuerySpecIQuerySpecAllowDuplicates Property  | 
 
            Gets AllowDuplicates (default is true, if Distinct() is specified, this value is false).
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxbool IQuerySpec.AllowDuplicates { get; }Private ReadOnly Property AllowDuplicates As Boolean
	Implements IQuerySpec.AllowDuplicates
	Get
Property Value
Type: 
BooleanImplements
IQuerySpecAllowDuplicates
See Also