Catalog

Models the information of a Catalog or Database.

Namespace:
KpokPatagon.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Properties

Collate

String collation.

Signature:
public String Collate { get; set; }

Name

Name of the catalog or database.

Signature:
public String Name { get; set; }

Methods

ToString

Returns a textual representation of the object.

Signature:
public String ToString()