Click or drag to resize

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; }

Property Value

Type: Boolean
See Also