Method ToString
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
ToString()
Returns a formatted string representation of the database information.
public override string ToString()
Returns
- string
A string in the format "{Vendor} {Name} ({Edition} {MajorVersion}.{MinorVersion})".
Examples
Examples of output:
// SQL Server
"Microsoft SQL Server (Developer Edition 16.0)"
// PostgreSQL
"PostgreSQL PostgreSQL ( 17.6)"
// MySQL
"Oracle MySQL (Community Edition 8.4)"