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.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.1.0.0 (5.1.0)
Syntax [DefaultValueAttribute(true)]
public bool AllowDuplicates { get; set; }
<DefaultValueAttribute(true)>
Public Property AllowDuplicates As Boolean
Get
Set
Property Value
Type:
BooleanSee Also