The syntax that is used to check if a constraint does not exists before creating it

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

Syntax

C#
public virtual string GetIfNotExistsCreateConstraint(
	Table table,
	string name
)
Visual Basic
Public Overridable Function GetIfNotExistsCreateConstraint ( _
	table As Table, _
	name As String _
) As String
Visual C++
public:
virtual String^ GetIfNotExistsCreateConstraint(
	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.GetIfNotExistsCreateConstraint(NHibernate.Mapping.Table,System.String)"]

See Also