DatabaseGeneratedAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定資料庫如何針對屬性產生值。
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, AllowMultiple=false)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1813:AvoidUnsealedAttributes")]
public class DatabaseGeneratedAttribute : Attribute
type DatabaseGeneratedAttribute = class
inherit Attribute
Public Class DatabaseGeneratedAttribute
Inherits Attribute
- 繼承
-
DatabaseGeneratedAttribute
- 屬性
建構函式
DatabaseGeneratedAttribute(DatabaseGeneratedOption) |
初始化 DatabaseGeneratedAttribute 類別的新執行個體。 |
屬性
DatabaseGeneratedOption |
用來針對資料庫中的屬性產生值的模式。 |