CosmosValueGenerationConvention 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
慣例,會將儲存值產生設定為 OnAdd 主鍵一部分的屬性,而不是任何外鍵的一部分,或設定為具有資料庫預設值。
public class CosmosValueGenerationConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.ValueGenerationConvention, Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeAnnotationChangedConvention
type CosmosValueGenerationConvention = class
inherit ValueGenerationConvention
interface IEntityTypeAnnotationChangedConvention
interface IConvention
Public Class CosmosValueGenerationConvention
Inherits ValueGenerationConvention
Implements IEntityTypeAnnotationChangedConvention
- 繼承
- 實作
備註
如需詳細資訊和範例,請參閱 模型建置慣例 和 EF Core 價值產生 。
建構函式
CosmosValueGenerationConvention(ProviderConventionSetBuilderDependencies) |
建立 CosmosValueGenerationConvention 的新執行個體。 |
屬性
Dependencies |
此服務的相依性。 (繼承來源 ValueGenerationConvention) |