Models information of a database.
String collation.
public String Collate { get; set; }
Name of the database.
public String Name { get; set; }
Returns a textual representation of the object.
public String ToString()
In this document