The syntax that is used to close the if for a constraint exists check, used for dialects that requires begin/end for ifs

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

Syntax

C#
public virtual string GetIfNotExistsCreateConstraintEnd(
	Table table,
	string name
)
Visual Basic
Public Overridable Function GetIfNotExistsCreateConstraintEnd ( _
	table As Table, _
	name As String _
) As String
Visual C++
public:
virtual String^ GetIfNotExistsCreateConstraintEnd(
	Table^ table, 
	String^ name
)

Parameters

table
Type: NHibernate.Mapping..::..Table
The table.
name
Type: System..::..String
The name.

Return Value

[Missing <returns> documentation for "M:NHibernate.Dialect.Dialect.GetIfNotExistsCreateConstraintEnd(NHibernate.Mapping.Table,System.String)"]

See Also