SQL Anywhere currently supports only "VALUES (DEFAULT)", not the ANSI standard "DEFAULT VALUES". This latter syntax will be supported in the SQL Anywhere 11.0.1 release. For the moment, "VALUES (DEFAULT)" works only for a single-column table.

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

Syntax

C#
public override string NoColumnsInsertString { get; }
Visual Basic
Public Overrides ReadOnly Property NoColumnsInsertString As String
	Get
Visual C++
public:
virtual property String^ NoColumnsInsertString {
	String^ get () override;
}

See Also