DBConnection
KeepAlive Property
|
Gets or sets a value indicating whether to keep the connection alive.
When set, it updates the corresponding property in the connConvert object and marks it 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 KeepAlive { get; set; }
Public Overrides Property KeepAlive As Boolean
Get
Set
public:
virtual property bool KeepAlive {
bool get () override;
void set (bool value) override;
}
abstract KeepAlive : bool with get, set
override KeepAlive : bool with get, set
Property Value
Type:
Boolean
See Also