Session.IdentityMapBehavior Property
Gets or sets the session’s Identity Map behavior.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
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