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, string owner ) |
Visual Basic (Declaration) |
---|
Protected Sub DropTable ( _ name As String, _ owner As String _ ) |
Parameters
- name
- Type: System..::.String
The name of the table to drop.
- owner
- Type: System..::.String
The owner/schema name that the table belongs to. If empty the database default is used.