StackExchange.Profiling.SqlTiming.ToString C# (CSharp) Méthode

ToString() public méthode

Returns a snippet of the SQL command and the duration.
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return CommandString.Truncate(30) + " (" + DurationMilliseconds + " ms)";
        }