SQL Anywhere supports both double quotes or '[' (Microsoft syntax) for quoted identifiers. Note that quoted identifiers are controlled through the QUOTED_IDENTIFIER connection option.

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

Syntax

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

See Also