Show / Hide Table of Contents

Class BackendDatabaseInformation

Database runtime information

Inheritance
object
BackendDatabaseInformation
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class BackendDatabaseInformation

Constructors

BackendDatabaseInformation()

Declaration
public BackendDatabaseInformation()

Properties

Edition

Database server edition (e.g. "Developer Edition (64-bit)")

Declaration
public string Edition { get; init; }
Property Value
Type Description
string

Name

Database catalog name

Declaration
public string Name { get; init; }
Property Value
Type Description
string

Type

Database type (e.g. "SqlServer")

Declaration
public string Type { get; init; }
Property Value
Type Description
string

Version

Database server version (e.g. "16.0.4175.1")

Declaration
public string Version { get; init; }
Property Value
Type Description
string

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX