Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULDatabaseManager class


UL Ext.: Manages synchronization listeners and the UltraLite.NET runtime type. The ULDatabaseManager class also allows you to drop (delete) UltraLite.NET databases.

Prototypes 

' Visual Basic
NotInheritable Public Class ULDatabaseManager

// C#
public sealed class ULDatabaseManager

Remarks 

This class is a singleton class whose only instance is accessible only through the static (Shared in Visual Basic) DatabaseManager property property.

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


ULDatabaseManager members
RuntimeType property
DropDatabase method
Finalize method
SetActiveSyncListener method
SetServerSyncListener method

Collection Contents Previous Next PDF