Class SchemaStatus

Contains current status of the database given by ConnectionStringOption.

Inheritance
System.Object
SchemaStatus
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.SchemaUpdates
Assembly: EPiServer.Data.dll
Version: 11.20.7
Syntax
public class SchemaStatus

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