This class can be used to determine whether a table exists. This class can be
used will all databases. If after running the SQL statement the data set is not
empty then the table exists.
Namespace: DatabaseObjects.SQLAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public class SQLTableExists : SQLStatement |
Visual Basic |
---|
Public Class SQLTableExists _ Inherits SQLStatement |
Visual C++ |
---|
public ref class SQLTableExists : public SQLStatement |