[Missing <summary> documentation for "P:NHibernate.Tuple.StandardProperty.IsUpdateable"]

Namespace: NHibernate.Tuple
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool IsUpdateable { get; }
Visual Basic
Public ReadOnly Property IsUpdateable As Boolean
	Get
Visual C++
public:
property bool IsUpdateable {
	bool get ();
}

See Also