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.DialectAssembly: 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 ) |
Return Value
[Missing <returns> documentation for "M:NHibernate.Dialect.Dialect.GetIfNotExistsCreateConstraintEnd(NHibernate.Mapping.Table,System.String)"]