NPersistence Reference Guide
Set the flush mode type to be used for the query execution. The flush mode type applies to the query regardless of the flush mode type in use for the entity manager. flush mode

Return Value

the same query instance

Namespace: NPersistence
Assembly: NPersistence (in NPersistence.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

   
 C# 
TypedQuery<X> SetFlushMode(
	FlushModeType flushMode
)

Parameters

flushMode
FlushModeType

See Also