Session.IdentityMapBehavior Property
Gets or sets the session’s Identity Map behavior.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
IdentityMapBehavior | Default | An IdentityMapBehavior enumeration value that specifies the session’s Identity Map behavior. |
Remarks
When the property is set to IdentityMapBehavior.Default, the value of the XpoDefault.IdentityMapBehavior property is in effect.
See Also