Skip to main content
.NET 6.0+

Session.LogParam_AlwaysGetFromDataStore Field

Contains the name of the log parameter that specifies whether to always reload objects from a data store even if they are found in memory.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public const string LogParam_AlwaysGetFromDataStore = "alwaysGetFromDataStore"

Field Value

Type
String
See Also