Show / Hide Table of Contents

Class MySqlConnectionString

Inheritance
Object
MySqlConnectionString
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Sql
Assembly: Slipe.Sql.dll
Syntax
public class MySqlConnectionString

Properties

| Improve this Doc View Source

Charset

Declaration
public string Charset { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

DbName

Declaration
public string DbName { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Hostname

Declaration
public string Hostname { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Port

Declaration
public int Port { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Unix_socket

Declaration
public string Unix_socket { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX