View

Models a database view.

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

Properties

Name

The name of the view object.

Signature:
public String Name { get; set; }

Schema

Schema to which the view blongs to.

Signature:
public String Schema { get; set; }

Text

Text that defines this view.

Signature:
public String Text { get; set; }

Methods

ToString

Returns a textual representation of this view.

Signature:
public String ToString()