Ejemplo n.º 1
0
 public override string ToString()
 {
     string[] textArray1 = new string[] { base.DataBaseType.ToString(), " ", DESEncrypt.Decrypt(this.server), " ", DESEncrypt.Decrypt(this.database) };
     return(string.Concat(textArray1));
 }
Ejemplo n.º 2
0
 public override string ToString() =>
 (base.DataBaseType.ToString() + " " + DESEncrypt.Decrypt(this.DataSource));
Ejemplo n.º 3
0
 public override string ToString()
 {
     string[] textArray1 = new string[] { base.DataBaseType.ToString(), " ", Path.GetFileNameWithoutExtension(DESEncrypt.Decrypt(this.DataSource)), " Version=", DESEncrypt.Decrypt(this.Version) };
     return(string.Concat(textArray1));
 }