View Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the View object.

Overload List

  Name Description
Public method View() Initializes a new instance of the View object.
Public method View(Database, String) Initializes a new instance of the View object on the specified database and with the specified name.
Public method View(Database, String, String) Initializes a new instance of the View object on the specified database and with the specified name and schema.

Top