SQL Anywhere supports both double quotes or '[' (Microsoft syntax) for quoted identifiers.

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

Syntax

C#
public override char OpenQuote { get; }
Visual Basic
Public Overrides ReadOnly Property OpenQuote As Char
	Get
Visual C++
public:
virtual property wchar_t OpenQuote {
	wchar_t get () override;
}

See Also