| LLBLGenProDataSourceBaseAllowDuplicates Property  | 
            Gets or sets if the DataSourceControl should allow duplicate instances in the data retrieved. If DataContainerType is set to EntityCollection,
            this setting is ignored, as entitycollection fetches always filter out duplicates.
            
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.0.0.0 (5.0.0)
Syntax[DefaultValueAttribute(true)]
public bool AllowDuplicates { get; set; }<DefaultValueAttribute(true)>
Public Property AllowDuplicates As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also