DBConnection
BackgroundRefresh Property
|
Gets or sets a value indicating whether background refresh is enabled.
When the value is set, it also marks the connection converter as changed.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override bool BackgroundRefresh { get; set; }
Public Overrides Property BackgroundRefresh As Boolean
Get
Set
public:
virtual property bool BackgroundRefresh {
bool get () override;
void set (bool value) override;
}
abstract BackgroundRefresh : bool with get, set
override BackgroundRefresh : bool with get, set
Property Value
Type:
Boolean
See Also