Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    OptimisticLockAttribute Properties

    Applies to EF Core business class properties. Specifies concurrency options.
    Name Description
    OptimisticLockDetection Specifies the conflict detection mode in your EF Core-based XAF application.
    OptimisticLockHandling Specifies conflict resolution mode in your EF Core-based XAF application.
    TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
    See Also