共用方式為


RelationalModelConvention 類別

定義

警告

Use IModelRuntimeInitializer.Initialize instead.

預先計算關聯式模型的慣例。

public class RelationalModelConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizedConvention
[System.Obsolete("Use IModelRuntimeInitializer.Initialize instead.")]
public class RelationalModelConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizedConvention
type RelationalModelConvention = class
    interface IModelFinalizedConvention
    interface IConvention
[<System.Obsolete("Use IModelRuntimeInitializer.Initialize instead.")>]
type RelationalModelConvention = class
    interface IModelFinalizedConvention
    interface IConvention
Public Class RelationalModelConvention
Implements IModelFinalizedConvention
繼承
RelationalModelConvention
屬性
實作

備註

如需詳細資訊 ,請參閱模型建置慣例

建構函式

RelationalModelConvention(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies)
已淘汰.

建立 RelationalModelConvention 的新執行個體。

屬性

Dependencies
已淘汰.

此服務的相依性。

RelationalDependencies
已淘汰.

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

方法

ProcessModelFinalized(IModel)
已淘汰.

在模型完成之後呼叫,且無法再進行變動。

適用於