Client Database APIs

The generated package database class provides methods for managing the client database.

public static void CreateDatabase()
public static void DeleteDatabase()

Typically, CreateDatabase does not need to be called since it will be called internally when necessary. An application may use DeleteDatabase when the client database contains corrupted data and needs to be cleared.