The syntax that is used to check if a constraint does not exists before creating it
Namespace: NHibernate.DialectAssembly: 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 ) |
Return Value
[Missing <returns> documentation for "M:NHibernate.Dialect.Dialect.GetIfNotExistsCreateConstraint(NHibernate.Mapping.Table,System.String)"]