Class MySqlConnectionString
Inheritance
MySqlConnectionString
Assembly: Slipe.Sql.dll
Syntax
public class MySqlConnectionString
Properties
|
Improve this Doc
View Source
Charset
Declaration
public string Charset { get; set; }
Property Value
|
Improve this Doc
View Source
DbName
Declaration
public string DbName { get; set; }
Property Value
|
Improve this Doc
View Source
Hostname
Declaration
public string Hostname { get; set; }
Property Value
|
Improve this Doc
View Source
Port
Declaration
public int Port { get; set; }
Property Value
|
Improve this Doc
View Source
Unix_socket
Declaration
public string Unix_socket { get; set; }
Property Value