LLBLGenProDataSourceViewBaseRefetch Property |
Gets or sets a value indicating whether refetching of data should be performed
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.0.0.0 (5.0.0)
Syntax public virtual bool Refetch { get; set; }
Public Overridable Property Refetch As Boolean
Get
Set
Property Value
Type:
Booleantrue if refetch; otherwise,
false.
See Also