Models a database view.
The name of the view object.
public String Name { get; set; }Schema to which the view blongs to.
public String Schema { get; set; }Text that defines this view.
public String Text { get; set; }Returns a textual representation of this view.
public String ToString()