View

Models a database view.

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

Constructors

View

Default constructor

Signature:
public Void View()

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