Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SchemaStatus

Contains current status of the database given by ConnectionStringOption.

Inheritance
System.Object
SchemaStatus
Namespace: EPiServer.Data.SchemaUpdates
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public class SchemaStatus : Object

Constructors

SchemaStatus()

Declaration
public SchemaStatus()

Properties

ApplicationRequiredVersion

The current database version the application supports.

Declaration
public Version ApplicationRequiredVersion { get; set; }
Property Value
Type Description
System.Version

ConnectionStringOption

The conrresponding connection options for the database.

Declaration
public ConnectionStringOptions ConnectionStringOption { get; set; }
Property Value
Type Description
ConnectionStringOptions

DatabaseVersion

The current version of the database.

Declaration
public Version DatabaseVersion { get; set; }
Property Value
Type Description
System.Version

DisplayName

Display name of the schema

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String

UndefinedVersion

Gets a version instance that indicates an undefined version.

Declaration
public static Version UndefinedVersion { get; }
Property Value
Type Description
System.Version

Extension Methods