Schema

Models a database schema u owner.

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

Constructors

Schema

Default constructor

Signature:
public Void Schema()

Properties

Catalog

Catalog to which the schema belongs to.

Signature:
public String Catalog { get; set; }

Name

Schema name.

Signature:
public String Name { get; set; }

Methods

ToString

Returns a textual representation of the Schema.

Signature:
public String ToString()