Aracılığıyla paylaş


UpdateEntryExtensions.BuildCurrentValuesString Yöntem

Tanım

Verilen özelliklerin ve anahtarlar, dizinler vb. hakkında özel durumlar oluştururken yararlı olduğu gibi geçerli değerlerinin biçimlendirilmiş dize gösterimini oluşturur. özelliklerini kullanır.

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ğerlerin alınacağı giriş.

properties
IEnumerable<IPropertyBase>

Biçimlendirecek özellikler.

Döndürülenler

Dize gösterimi.

Şunlara uygulanır