NPersistence Reference Guide
Set the flush mode that applies to all objects contained in the persistence context.

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

Syntax

   
 C# 
void SetFlushMode(
	FlushModeType flushMode
)

Parameters

flushMode
FlushModeType
flush mode

See Also