Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property FlushMode As FlushMode |
C# |
---|
public FlushMode FlushMode { get; set; } |
Visual C++ |
---|
public: virtual property FlushMode FlushMode { FlushMode get () sealed; void set (FlushMode value) sealed; } |
JavaScript |
---|
function get_flushMode(); function set_flushMode(value); |