Does this dialect support adding foreign key constraints via alter table? If not, it's assumed they can only be added through create table.
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public virtual bool SupportsForeignKeyConstraintInAlterTable { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property SupportsForeignKeyConstraintInAlterTable As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool SupportsForeignKeyConstraintInAlterTable {
bool get ();
} |
See Also