SqlCeSyncStoreMetadataUpgrade::NeedsUpgrade Method

Indicates whether the metadata format of the database needs to be upgraded.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

public:
bool NeedsUpgrade()

Return Value

Type: System::Boolean
true when the metadata format needs to be upgraded; false when the metadata format is the current version.
Show: