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.

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

Syntax

   
 C# 
Query SetFlushMode(
	FlushModeType flushMode
)

Parameters

flushMode
FlushModeType
flush mode

Return Value

the same query instance

See Also