UpdateEntryExtensions.BuildCurrentValuesString(IUpdateEntry, IEnumerable<IPropertyBase>) Yöntem

Tanım

Verilen özelliklerin biçimlendirilen bir dize gösterimini oluşturur ve bu özellikleri kullanan anahtarlar, dizinler, vb. hakkında özel durumlar oluştururken yararlı olur.

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

Parametreler

entry
IUpdateEntry

Değerleri elde edilecek giriş.

properties
IEnumerable<IPropertyBase>

Biçimlendirilecek Özellikler.

Döndürülenler

String

Dize gösterimi.

Şunlara uygulanır