Return SQL needed to drop the named table. May (and should) use some form of "if exists" clause, and cascade constraints.

Namespace: NHibernate.Dialect
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual string GetDropTableString(
	string tableName
)
Visual Basic
Public Overridable Function GetDropTableString ( _
	tableName As String _
) As String
Visual C++
public:
virtual String^ GetDropTableString(
	String^ tableName
)

Parameters

tableName
Type: System..::..String

[Missing <param name="tableName"/> documentation for "M:NHibernate.Dialect.Dialect.GetDropTableString(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Dialect.Dialect.GetDropTableString(System.String)"]

See Also