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.4.0.0 (5.4.0)
Syntax [BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool Refetch { get; set; }
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Refetch As Boolean
Get
Set
Property Value
Type:
BooleanSee Also