RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbDataProcessor..::..KeepConnectionOpen Property

Gets or sets a value indicating whether to keep the database connection open after retrieving data. If set to true, then the calling code will need to close the connection manually by running the CloseConnection method.

Namespace:  RingSoft.DbLookup.DataProcessor
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public bool KeepConnectionOpen { get; set; }
Public Property KeepConnectionOpen As Boolean
	Get
	Set
public:
property bool^ KeepConnectionOpen {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [keep database connection open]; otherwise, false.