Namespace:
NHibernate.Cfg
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property IsGetGeneratedKeysEnabled As Boolean |
C# |
---|
public bool IsGetGeneratedKeysEnabled { get; set; } |
Visual C++ |
---|
public: property bool IsGetGeneratedKeysEnabled { bool get (); void set (bool value); } |
JavaScript |
---|
function get_isGetGeneratedKeysEnabled(); function set_isGetGeneratedKeysEnabled(value); |