The opening quote for a quoted identifier.
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual char OpenQuote { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property OpenQuote As Char
Get |
Visual C++ |
---|
public:
virtual property wchar_t OpenQuote {
wchar_t get ();
} |
See Also