Gets or sets if the column needs to be quoted in SQL statements.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public bool IsQuoted { get; set; } |
Visual Basic |
---|
Public Property IsQuoted As Boolean Get Set |
Visual C++ |
---|
public: property bool IsQuoted { bool get (); void set (bool value); } |