The SQL required to remove the underlying database objects

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

Syntax

C#
string[] SqlDropString(
	Dialect dialect
)
Visual Basic
Function SqlDropString ( _
	dialect As Dialect _
) As String()
Visual C++
array<String^>^ SqlDropString(
	Dialect^ dialect
)

Parameters

dialect
Type: NHibernate.Dialect..::..Dialect
The Dialect to help with creating the sql.

Return Value

A String that will drop the database objects.

See Also