RelationalDatabaseFacadeExtensions.HasPendingModelChanges メソッド

定義

モデルに true 適用する保留中の変更がある場合は を返します。

[System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Migrations operations are not supported with NativeAOT Use a migration bundle or an alternate way of executing migration operations.")]
public static bool HasPendingModelChanges (this Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade databaseFacade);
[<System.Diagnostics.CodeAnalysis.RequiresDynamicCode("Migrations operations are not supported with NativeAOT Use a migration bundle or an alternate way of executing migration operations.")>]
static member HasPendingModelChanges : Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade -> bool
<Extension()>
Public Function HasPendingModelChanges (databaseFacade As DatabaseFacade) As Boolean

パラメーター

databaseFacade
DatabaseFacade

からの Databaseファサード。

戻り値

true データベース モデルに保留中の変更があり、新しい移行を追加する必要がある場合は 。

属性

適用対象