共用方式為


EntityFrameworkDesignServicesBuilder.TryAddCoreServices 方法

定義

註冊所有服務的預設實作,包括關聯式服務,尚未由提供者註冊。 關係資料庫提供者必須呼叫這個方法作為服務註冊的最後一個步驟,也就是在所有提供者服務都已註冊之後。

public override Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder TryAddCoreServices ();
override this.TryAddCoreServices : unit -> Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder
Public Overrides Function TryAddCoreServices () As EntityFrameworkServicesBuilder

傳回

這個產生器,以便鏈結進一步的呼叫。

適用於