swiftlys2/docs/api/ai/
API Reference Database

DatabaseConnectionInfo

Struct
Namespace: SwiftlyS2.Shared.Database · Assembly: SwiftlyS2.CS2.dll
public record struct DatabaseConnectionInfo : IEquatable<DatabaseConnectionInfo>
View source

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
The fully qualified type name.