SQL Anywhere supports COMMENT ON statements for a wide variety of database objects. When the COMMENT statement is executed an implicit COMMIT is performed. However, COMMENT syntax for CREATE TABLE, as expected by NHibernate (see Table.cs), is not supported.

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

Syntax

C#
public override bool SupportsCommentOn { get; }
Visual Basic
Public Overrides ReadOnly Property SupportsCommentOn As Boolean
	Get
Visual C++
public:
virtual property bool SupportsCommentOn {
	bool get () override;
}

See Also