ULConnection() constructor

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

Syntax
Visual Basic
Public Sub New()
C#
public  ULConnection();
Remarks

To use the UltraLite Engine runtime of UltraLite.NET, set ULDatabaseManager.RuntimeType to the appropriate value before using any other UltraLite.NET API.

The ULConnection object needs to have the ULConnection.ConnectionString set before it can be opened.

See also