Click or drag to resize
LLBLGenProDataSourceBaseLivePersistence Property
Gets or sets the value for LivePersistence, a flag which is used to determine whether fetches for data changes on the data (insert/update/delete) have to be propagated to the database directly (true) or have to be added to a UnitOfWork object (false). Default is true.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[DefaultValueAttribute(true)]
public bool LivePersistence { get; set; }

Property Value

Type: Boolean
See Also