NPersistence Reference Guide
Defines the set of cascadable operations that are propagated to the associated entity. The value cascade=ALL is equivalent to cascade={PERSIST, MERGE, REMOVE, REFRESH, DETACH}.

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

Syntax

   
 C# 
public enum CascadeType

Members

MemberValueDescription
ALL0
Cascade all operations///
PERSIST1
Cascade persist operation///
MERGE2
Cascade merge operation///
REMOVE3
Cascade remove operation///
REFRESH4
Cascade refresh operation///
DETACH5
Cascade detach operation

See Also