This class can be used to determine whether a view exists. This class can be used will all databases. If after running the SQL statement the data set is not empty then the view exists.

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public class SQLViewExists : SQLStatement
Visual Basic
Public Class SQLViewExists _
	Inherits SQLStatement
Visual C++
public ref class SQLViewExists : public SQLStatement

Inheritance Hierarchy

System..::..Object
  DatabaseObjects.SQL..::..SQLStatement
    DatabaseObjects.SQL..::..SQLViewExists

See Also