SAConnection() constructor

Initializes an SAConnection object. The connection must be opened before you can perform any operations against the database.

Syntax
Visual Basic

Public Sub New()
C#

public  SAConnection();
See also