LLBLGenProDataSource2Refetch 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.5.0.0 (5.5.18.1019)
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: 
Boolean
See Also