Sdílet prostřednictvím


UpdateEntryExtensions.BuildCurrentValuesString Metoda

Definice

Vytvoří formátovanou řetězcovou reprezentaci daných vlastností a jejich aktuálních hodnot, která je užitečná při vyvolání výjimek týkajících se klíčů, indexů atd. , které používají vlastnosti.

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

Parametry

entry
IUpdateEntry

Položka, ze které budou získány hodnoty.

properties
IEnumerable<IPropertyBase>

Vlastnosti, které chcete formátovat.

Návraty

Řetězcová reprezentace.

Platí pro