Catalog

Models the information of a Catalog or Database.

Namespace:
Inetdev.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

Catalog

Default constructor

Signature:
public Void Catalog()

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()