次の方法で共有


SqliteDbContextOptionsBuilder.CloneExtension メソッド

定義

このビルダーで構成を複製します。

protected override Microsoft.EntityFrameworkCore.Infrastructure.Internal.SqliteOptionsExtension CloneExtension ();
override this.CloneExtension : unit -> Microsoft.EntityFrameworkCore.Infrastructure.Internal.SqliteOptionsExtension
Protected Overrides Function CloneExtension () As SqliteOptionsExtension

戻り値

Microsoft.EntityFrameworkCore.Infrastructure.Internal.SqliteOptionsExtension

複製された構成。

適用対象