Azavea.Open.DAO.ConnectionDescriptor.ToCompleteString C# (CSharp) Метод

ToCompleteString() публичный абстрактный Метод

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
Результат string
        public abstract string ToCompleteString();