Table of Contents

Class ServerInfo

Namespace
CL.MySQL2.Services
Assembly
CL.MySQL2.dll

Basic MySQL server metadata.

public record ServerInfo : IEquatable<ServerInfo>
Inheritance
ServerInfo
Implements
Inherited Members

Constructors

ServerInfo(string, string, string, string)

Basic MySQL server metadata.

public ServerInfo(string Version, string Comment, string Database, string Host)

Parameters

Version string
Comment string
Database string
Host string

Properties

Comment

public string Comment { get; init; }

Property Value

string

Database

public string Database { get; init; }

Property Value

string

Host

public string Host { get; init; }

Property Value

string

Version

public string Version { get; init; }

Property Value

string