Click or drag to resize
LLBLGenProDataSourceRefetch Property
Gets / sets the flag whether the control should refetch the data at the next select call from the bound control(s). Set this flag to true when you've persisted the embedded UnitOfWork object. This will also clear the unitofwork object on the next select.

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
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool Refetch { get; set; }

Property Value

Type: Boolean
See Also