Class DatabaseSchemaStatus
Contains current status of the database given by ConnectionStringSettings.
Inheritance
System.Object
DatabaseSchemaStatus
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: 8.11.0Syntax
public class DatabaseSchemaStatus
Constructors
DatabaseSchemaStatus()
Declaration
public DatabaseSchemaStatus()
Properties
ApplicationRequiredVersion
The current database version the application supports.
Declaration
public Version ApplicationRequiredVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Version |
ConnectionStringSettings
The conrresponding connection settings for the database.
Declaration
public ConnectionStringSettings ConnectionStringSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Configuration.ConnectionStringSettings |
DatabaseVersion
The current versioof the database.
Declaration
public Version DatabaseVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Version |