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