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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HasUpdateGeneratedValues As Boolean
C#
public bool HasUpdateGeneratedValues { get; }
Visual C++
public:
property bool HasUpdateGeneratedValues {
	bool get ();
}
JavaScript
function get_hasUpdateGeneratedValues();

See Also