CollectionCoreTDoNotPerformAddIfPresent Property  | 
 
            When set to true, an entity passed to Add() or Insert() will be tested if it's already present. If so, the index is returned and the
            object is not added again. If set to false (default) this check is not performed. Setting this property to true can slow down fetch logic.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic bool DoNotPerformAddIfPresent { get; set; }Public Property DoNotPerformAddIfPresent As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also