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).
Show file 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 property

The database server password.
public string Password
return string

Schema public property

The database server schema.
public string Schema
return string

Server public property

The database server hostname.
public string Server
return string

User public property

The database server user.
public string User
return string