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

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

Field Value

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

See Also