DataCacheConfiguration.SuppressExplicitTransactionExceptions Field
OBSOLETE
Caching may work incorrectly with explicit transactions. Connect your data layer to the database directly to use explicit transactions.
This API is obsolete now.
Namespace: DevExpress.Xpo.DB.Helpers
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[Obsolete("Caching may work incorrectly with explicit transactions. Connect your data layer to the database directly to use explicit transactions.")]
public static bool SuppressExplicitTransactionExceptions
Field Value
Type |
---|
Boolean |
See Also