return int |
|
object target |
Type FlushMode
Namespace NHibernate
Parent Enum
return int |
|
object target |
return bool |
|
object obj |
return int |
return Type |
return TypeCode |
return string |
return string |
|
IFormatProvider provider |
return string |
|
string format |
|
IFormatProvider provider |
return string |
|
string format |
return int
|
return FlushMode
|
ISession
is never flushed unless Flush()
is explicitly
called by the application. This mode is very efficient for read only
transactions
return FlushMode
|
ISession
is sometimes flushed before query execution in order to
ensure that queries never return stale state. This is the default flush mode.
return FlushMode
|