The SQL required to create the underlying database objects

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

Syntax

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

Parameters

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

Return Value

An array of String objects that contain the sql to create the necessary database objects.

See Also