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