共用方式為


RelationalOptionsExtension.Extract(IDbContextOptions) 方法

定義

在指定的選項上尋找已註冊的現有 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

要查看的內容選項。

傳回

擴充。

適用於