View Constructor
Initializes a new instance of the View object.
Overload List
Name | Description |
---|---|
View () |
Initializes a new instance of the View object.
|
View (Database, String) |
Initializes a new instance of the View object on the specified database and with the specified name.
|
View (Database, String, String) |
Initializes a new instance of the View object on the specified database and with the specified name and schema.
|
See Also