Drop a table from the database.

Namespace:  Mindscape.NHibernateModelDesigner.Migrations
Assembly:  Mindscape.NHibernateModelDesigner.Migrations (in Mindscape.NHibernateModelDesigner.Migrations.dll)
Version: 3.1.0.0 (3.1.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.

See Also