SqlCeVersionManager Methods

Include Protected Members
Include Inherited Members

The SqlCeVersionManager type exposes the following members.

Methods

  Name Description
Public methodStatic member CreateDatabase Creates a new SQL Server Compact database as identified by the connection string with the SQL Server Compact runtime as specified by the database version argument.
Public methodStatic member GetDesignTimeProviderFactoryName(String) Retrieves the design time provider factory name to be used for the given database file.
Public methodStatic member GetDesignTimeProviderFactoryName(SqlCeVersion) Retrieves the SQL Server Compact design time provider factory name for the specified version of the SQL Server Compact runtime.
Public methodStatic member GetProviderFactory(String) Retrieves the provider factory to be used for the given database file.
Public methodStatic member GetProviderFactory(SqlCeVersion) Retrieves the SQL Server Compact provider factory for the specified version of the SQL Server Compact runtime.
Public methodStatic member GetRuntimeInformation(String) Retrieves the information of the runtime for the given database file.
Public methodStatic member GetRuntimeInformation(SqlCeVersion) Retrieves the SQL Server Compact runtime information for the specified version of the SQL Server Compact.
Public methodStatic member GetRuntimeProviderFactoryName(String) Retrieves the runtime provider factory name to be used for the given database file.
Public methodStatic member GetRuntimeProviderFactoryName(SqlCeVersion) Retrieves the SQL Server Compact runtime provider factory name for the specified version of the SQL Server Compact runtime.
Public methodStatic member GetVersion Retrieves the version of the SQL Server Compact database given the file path.
Public methodStatic member IsRuntimeAvailable Indicates whether the SQL Server Compact runtime of the specified version is available.
Public methodStatic member UpgradeDatabase Upgrades the SQL Server Compact database as identified by the connection string with the SQL Server Compact runtime as specified by the database version argument.

Top

See Also

Reference

SqlCeVersionManager Class

Microsoft.SqlServerCe.VersionManagement Namespace