UpdateEntryExtensions.BuildOriginalValuesString メソッド

定義

キー、インデックスなどに関する例外をスローする場合に便利な、指定されたプロパティとその元の値の書式設定された文字列表現を作成します。プロパティを使用する 。

public static string BuildOriginalValuesString (this Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> properties);
static member BuildOriginalValuesString : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * seq<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> -> string
<Extension()>
Public Function BuildOriginalValuesString (entry As IUpdateEntry, properties As IEnumerable(Of IPropertyBase)) As String

パラメーター

entry
IUpdateEntry

値の取得元のエントリ。

properties
IEnumerable<IPropertyBase>

書式設定するプロパティ。

戻り値

文字列表記です。

適用対象