Collection Contents Previous Next PDF

UltraLite for MobileVB User's Guide

UltraLite for MobileVB API Reference

ULConnection class

OnSchemaUpgradeStateChange event


Prototype 

OnSchemaUpgradeStateChange (
  newState As ULSchemaUpgradeState, _
  oldState As ULSchemaUpgradeState _)

Description 

This event is triggered during a database schema upgrade, when the upgrade reaches a new state. The states available are specified in the ULSchemaUpgradeState enumeration.

Parameters 
See also 

Collection Contents Previous Next PDF