public override string ToString() { string[] textArray1 = new string[] { base.DataBaseType.ToString(), " ", DESEncrypt.Decrypt(this.server), " ", DESEncrypt.Decrypt(this.database) }; return(string.Concat(textArray1)); }
public override string ToString() => (base.DataBaseType.ToString() + " " + DESEncrypt.Decrypt(this.DataSource));
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)); }