Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Session.IdentityMapBehavior Property

Gets or sets the session’s Identity Map behavior.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[DefaultValue(IdentityMapBehavior.Default)]
public IdentityMapBehavior IdentityMapBehavior { get; set; }

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