Click or drag to resize
AbstractDataConnectionKeepOpen Property
If true, the connection stays open even if close is requested.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public bool KeepOpen { get; set; }

Property Value

Type: Boolean

Implements

IDataConnectionKeepOpen
See Also