Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
[DefaultValueAttribute(true)]
public bool AllowDuplicates { get; set; }

Property Value

Type: Boolean
See Also