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.4.0.0 (5.4.0)
Syntax [DefaultValueAttribute(true)]
public bool LivePersistence { get; set; }
<DefaultValueAttribute(true)>
Public Property LivePersistence As Boolean
Get
Set
Property Value
Type:
BooleanSee Also