Drop a table from the database.
Namespace:
Mindscape.LightSpeed.MigrationsAssembly: Mindscape.LightSpeed.Migrations (in Mindscape.LightSpeed.Migrations.dll)
Version: 3.1.0.0 (4.0.0.0)
Syntax
| C# |
|---|
protected void DropTable( string name ) |
| Visual Basic (Declaration) |
|---|
Protected Sub DropTable ( _ name As String _ ) |
Parameters
- name
- Type: System..::.String
The name of the table to drop.