共用方式為


ProviderConventionSetBuilder 類別

定義

EF 內部服務提供者上的服務,可建立 ConventionSet 目前資料庫提供者的 。 這會與 IConventionSetPlugin 實例結合,以產生服務公開 IConventionSetBuilder 的完整慣例集。

此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

public class ProviderConventionSetBuilder : Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.IProviderConventionSetBuilder
type ProviderConventionSetBuilder = class
    interface IProviderConventionSetBuilder
Public Class ProviderConventionSetBuilder
Implements IProviderConventionSetBuilder
繼承
ProviderConventionSetBuilder
衍生
實作

備註

資料庫提供者應該藉由繼承自非關係提供者) 的這個類別 (或關係提供者的 'RelationalConventionSetBuilder' (來實作此服務) 。

服務存留期為 Scoped 。 這表示每個 DbContext 實例都會使用此服務自己的實例。 實作可能相依于任何存留期註冊的其他服務。 實作不需要安全線程。

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

建構函式

ProviderConventionSetBuilder(ProviderConventionSetBuilderDependencies)

初始化 ProviderConventionSetBuilder 類別的新執行個體。

屬性

Dependencies

此服務的相依性。

方法

CreateConventionSet()

建置並傳回目前資料庫提供者的慣例集。

ReplaceConvention<TConvention,TImplementation>(IList<TConvention>, TImplementation)

以衍生慣例取代現有的慣例。

ReplaceConvention<TConvention,TImplementation>(List<TConvention>, TImplementation)

以衍生慣例取代現有的慣例。

適用於