次の方法で共有


MigrationsSqlGenerator.TryGetVersion(IModel, String) メソッド

定義

現在の移行の生成に使用される製品バージョンを取得します。 プロバイダーはこれを使用して、以前のバージョンを使用して生成された移行との互換性を維持できます。

protected virtual bool TryGetVersion (Microsoft.EntityFrameworkCore.Metadata.IModel model, out string version);
protected virtual bool TryGetVersion (Microsoft.EntityFrameworkCore.Metadata.IModel? model, out string? version);
abstract member TryGetVersion : Microsoft.EntityFrameworkCore.Metadata.IModel * string -> bool
override this.TryGetVersion : Microsoft.EntityFrameworkCore.Metadata.IModel * string -> bool
Protected Overridable Function TryGetVersion (model As IModel, ByRef version As String) As Boolean

パラメーター

model
IModel

ターゲット モデル。

version
String

バージョン。

戻り値

true バージョンを取得できる場合は 。

適用対象