Click or drag to resize

OptimizedPersistableFlushTransients Method

Process data in transient fields (if any), do whatever is required to persist such data if needed. By default does nothing.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual void FlushTransients()

Implements

IOptimizedPersistableFlushTransients
See Also