共用方式為


EntityFrameworkServicesBuilder.TryAddCoreServices 方法

定義

註冊提供者尚未註冊之所有服務的預設實作。 資料庫提供者必須呼叫這個方法作為服務註冊的最後一個步驟,也就是註冊所有提供者服務之後。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder TryAddCoreServices ();
abstract member TryAddCoreServices : unit -> Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder
override this.TryAddCoreServices : unit -> Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder
Public Overridable Function TryAddCoreServices () As EntityFrameworkServicesBuilder

傳回

這個建置器,因此可以鏈結進一步的呼叫。

備註

如需詳細資訊和範例,請參閱 資料庫提供者和延伸模組的實作

適用於