Table of Contents

Class ConcurrencyTokenAttribute

Namespace
eQuantic.Core.Data.Modeling
Assembly
eQuantic.Core.Data.dll

Declares the optimistic-concurrency token: the versioned column on relational stores (WHERE … AND version = @old, bumped on every write), the _etag member on Cosmos DB (conditional If-Match replace).

[AttributeUsage(AttributeTargets.Property)]
public sealed class ConcurrencyTokenAttribute : Attribute
Inheritance
ConcurrencyTokenAttribute
Inherited Members