Pendent

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
public enum FlushAction

Members

Member nameDescription
Auto
Original behavior. Changes are persisted at the end or before some queries.
Never
Flush need to be controlled manually. Best choice for readonly operations

See Also