The closing quote for a quoted identifier.

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

Syntax

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

See Also