Gets or sets if the column needs to be quoted in SQL statements.

Namespace:  NHibernate.Mapping
Assembly:  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);

Field Value

trueTruetruetrue (True in Visual Basic) if the column is quoted.

See Also