Azavea.Open.DAO.ConnectionDescriptor.ToCompleteString C# (CSharp) Méthode

ToCompleteString() public abstract méthode

Since we often need to represent database connection info as strings, child classes must implement ToCompleteString() such that this.Equals(that) and this.ToCompleteString().Equals(that.ToCompleteString()) will behave the same.
public abstract ToCompleteString ( ) : string
Résultat string
        public abstract string ToCompleteString();