Skip to main content
.NET 6.0+

Session.IdentityMapBehavior Property

Gets or sets the session’s Identity Map behavior.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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