共用方式為


PropertyOverridesConvention 類別

定義

確保宣告屬性為屬性覆寫的目前慣例。

public class PropertyOverridesConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IPropertyAddedConvention
type PropertyOverridesConvention = class
    interface IPropertyAddedConvention
    interface IConvention
Public Class PropertyOverridesConvention
Implements IPropertyAddedConvention
繼承
PropertyOverridesConvention
實作

備註

如需詳細資訊和範例,請參閱 模型建置慣例實體類型階層對應

建構函式

PropertyOverridesConvention(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies)

建立 PropertyOverridesConvention 的新執行個體。

屬性

Dependencies

此服務的相依性。

RelationalDependencies

此服務的關聯式提供者特定相依性。

方法

ProcessPropertyAdded(IConventionPropertyBuilder, IConventionContext<IConventionPropertyBuilder>)

在屬性新增至實體類型之後呼叫。

適用於