RelationalOptionsExtension.Extract(IDbContextOptions) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的選項上尋找已註冊的現有 RelationalOptionsExtension ,如果尚未註冊,則會擲回 。 這通常用來在已知正在使用關係提供者時尋找一些關聯式組態。
public static Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension Extract (Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions options);
static member Extract : Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptions -> Microsoft.EntityFrameworkCore.Infrastructure.RelationalOptionsExtension
Public Shared Function Extract (options As IDbContextOptions) As RelationalOptionsExtension
參數
- options
- IDbContextOptions
要查看的內容選項。
傳回
擴充。