Set this to false if no table-level primary key constraint should be generated when an identity column has been specified for the table.
This is used as a work-around for SQLite so it doesn't tell us we have "more than one primary key".
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual bool GenerateTablePrimaryKeyConstraintForIdentityColumn { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property GenerateTablePrimaryKeyConstraintForIdentityColumn As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool GenerateTablePrimaryKeyConstraintForIdentityColumn {
bool get ();
} |
See Also