[Missing <summary> documentation for "T:DatabaseObjects.SQL.SQLCreateTable"]

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  DatabaseObjects.SQL..::..SQLStatement
    DatabaseObjects.SQL..::..SQLCreateTable

See Also