ULDatabaseManager members

Public properties
Member name Description

RuntimeType property

Specifies the UltraLite.NET runtime type. The runtime type must be selected before using any other UltraLite.NET API.

Public methods
Member name Description

CreateDatabase method

Creates a new UltraLite database.

DropDatabase method

Deletes the specified database.

You cannot drop a database that has open connections.

SetActiveSyncListener method

Specifies the listener object used to process ActiveSync calls from the MobiLink provider for ActiveSync.

SetGlobalListener method

Specifies the listener objects used to process global synchronization and SQL pass-through messages.

SetServerSyncListener method

Specifies the listener object used to process the specified server synchronization message.

SignalSyncIsComplete method

Signals the MobiLink provider for ActiveSync that an application has completed synchronization.

ValidateDatabase method

Performs low level and index validation on a database.

See also