Does this dialect support identity column key generation?

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property SupportsIdentityColumns As Boolean
C#
public virtual bool SupportsIdentityColumns { get; }
Visual C++
public:
virtual property bool SupportsIdentityColumns {
	bool get ();
}
JavaScript
function get_supportsIdentityColumns();

See Also