SwiftlyS2

DatabaseConnectionInfo

Struct DatabaseConnectionInfo

Namespace: SwiftlyS2.Shared.Database

Assembly: SwiftlyS2.CS2.dll

public record struct DatabaseConnectionInfo : IEquatable<DatabaseConnectionInfo>

Implements

Inherited Members

Constructors

DatabaseConnectionInfo(string, string, string, string, string, uint, ushort, string)

public DatabaseConnectionInfo(string Driver, string Host, string Database, string User, string Pass, uint Timeout, ushort Port, string RawUri)
Parameters

Properties

Database

public string Database { readonly get; set; }
Property Value

Driver

public string Driver { readonly get; set; }
Property Value

Host

public string Host { readonly get; set; }
Property Value

Pass

public string Pass { readonly get; set; }
Property Value

Port

public ushort Port { readonly get; set; }
Property Value

RawUri

public string RawUri { readonly get; set; }
Property Value

Timeout

public uint Timeout { readonly get; set; }
Property Value

User

public string User { readonly get; set; }
Property Value

Methods

ToString()

Returns the fully qualified type name of this instance.

public override readonly string ToString()
Returns
  • string — The fully qualified type name.

On this page