The SQL required to remove the underlying database objects

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

Syntax

Visual Basic (Declaration)
Function SqlDropString ( _
	dialect As Dialect _
) As String
C#
string SqlDropString(
	Dialect dialect
)
Visual C++
String^ SqlDropString(
	Dialect^ dialect
)
JavaScript
function sqlDropString(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