Initializes a new instance of the SQLDropTable class
Namespace: DatabaseObjects.SQLAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public SQLDropTable( string strTableName ) |
Visual Basic |
---|
Public Sub New ( _ strTableName As String _ ) |
Visual C++ |
---|
public: SQLDropTable( String^ strTableName ) |
Parameters
- strTableName
- Type: System..::..String
[Missing <param name="strTableName"/> documentation for "M:DatabaseObjects.SQL.SQLDropTable.#ctor(System.String)"]