Gets a value indicating if the connection is open. The value equals "true" if the connection is open, otherwise it equals "false".

Namespace:  Bespoke.Common.Data
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public bool IsConnectionOpen { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsConnectionOpen As Boolean
Visual C++
public:
property bool IsConnectionOpen {
	bool get ();
}

See Also