C# Class ALFA.SystemInfo.SQLConnectionSettings

This structure contains SQL connection settings, used for the establishment of auxiliary MySQL connections to the central database server (e.g. for true asynchronous queries on a different thread).
Datei anzeigen Open project: ALandFarAway/ALFA-Base-Resources Class Usage Examples

Public Properties

Property Type Description
Password string
Schema string
Server string
User string

Property Details

Password public_oe property

The database server password.
public string Password
return string

Schema public_oe property

The database server schema.
public string Schema
return string

Server public_oe property

The database server hostname.
public string Server
return string

User public_oe property

The database server user.
public string User
return string