TimestampAttributeConvention 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 屬性設定為並行權杖的慣例,如果 TimestampAttribute 套用至它。
C#
public class TimestampAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.PropertyAttributeConventionBase<System.ComponentModel.DataAnnotations.TimestampAttribute>
type TimestampAttributeConvention = class
inherit PropertyAttributeConventionBase<TimestampAttribute>
Public Class TimestampAttributeConvention
Inherits PropertyAttributeConventionBase(Of TimestampAttribute)
- 繼承
如需詳細資訊和範例,請參閱 模型建置慣例 。
Timestamp |
建立 TimestampAttributeConvention 的新執行個體。 |
Dependencies |
此服務的相依性。 (繼承來源 PropertyAttributeConventionBase<TAttribute>) |
產品 | 版本 |
---|---|
Entity Framework Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |