Gets the current SqlConnection to the database.

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public SqlConnection Connection { get; }
Visual Basic
Public ReadOnly Property Connection As SqlConnection
	Get
Visual C++
public:
property SqlConnection^ Connection {
	SqlConnection^ get ();
}

Field Value

A SqlConnection object to be used by this instance of the DataServer to interact with the database.

Remarks

If there is not currently a connection a new one will be created and returned.

See Also