Aracılığıyla paylaş


UpdateEntryExtensions.BuildOriginalValuesString Yöntem

Tanım

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

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

Parametreler

entry
IUpdateEntry

Değerlerin alınacağı giriş.

properties
IEnumerable<IPropertyBase>

Biçimlendirecek özellikler.

Döndürülenler

Dize gösterimi.

Şunlara uygulanır