UpdateEntryExtensions.BuildCurrentValuesString 方法

定义

创建给定属性及其当前值的格式化字符串表示形式,例如在引发有关键、索引等的异常时很有用。使用 属性的 。

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

参数

entry
IUpdateEntry

将从中获取值的条目。

properties
IEnumerable<IPropertyBase>

要设置格式的属性。

返回

字符串表示形式。

适用于