DatabaseProvider<TOptionsExtension> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
資料庫提供者可以告訴 EF 已針對目前內容選取的主要點。
此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。
public class DatabaseProvider<TOptionsExtension> : Microsoft.EntityFrameworkCore.Storage.IDatabaseProvider where TOptionsExtension : class, IDbContextOptionsExtension
type DatabaseProvider<'OptionsExtension (requires 'OptionsExtension : null and 'OptionsExtension :> IDbContextOptionsExtension)> = class
interface IDatabaseProvider
Public Class DatabaseProvider(Of TOptionsExtension)
Implements IDatabaseProvider
類型參數
- TOptionsExtension
資料庫提供者將新增的選項 Extensions 類型,以識別已選取 (,並儲存其資料庫特定設定) 。
- 繼承
-
DatabaseProvider<TOptionsExtension>
- 實作
備註
服務存留期為 Singleton 。 這表示許多 DbContext 實例都會使用單一實例。 實作必須是安全線程。 此服務不能相依于註冊為 Scoped 的服務。
如需詳細資訊和範例,請參閱 資料庫提供者和延伸模組的實作 。
建構函式
DatabaseProvider<TOptionsExtension>(DatabaseProviderDependencies) |
初始化 DatabaseProvider<TOptionsExtension> 類別的新執行個體。 |
屬性
Dependencies |
此服務的相依性。 |
Name |
用來識別資料庫提供者的唯一名稱。 這應該與提供者執行時間的 NuGet 套件名稱相同。 |
Version |
資料庫提供者元件的 值 InformationalVersion 。 |
方法
IsConfigured(IDbContextOptions) |
取得值,指出是否已為指定內容選取這個資料庫提供者。 |