共用方式為


UpdateEntryExtensions 類別

定義

IUpdateEntry 的擴充方法。

public static class UpdateEntryExtensions
type UpdateEntryExtensions = class
Public Module UpdateEntryExtensions
繼承
UpdateEntryExtensions

備註

如需詳細資訊 和範例,請參閱資料庫提供者和延伸模組的實作

方法

BuildCurrentValuesString(IUpdateEntry, IEnumerable<IPropertyBase>)

建立指定屬性及其目前值的格式化字串表示,例如在擲回索引鍵、索引等例外狀況時很有用。使用 屬性的 。

BuildOriginalValuesString(IUpdateEntry, IEnumerable<IPropertyBase>)

建立指定屬性及其原始值的格式化字串表示,例如在擲回索引鍵、索引等例外狀況時很有用。使用 屬性的 。

GetCurrentProviderValue(IUpdateEntry, IProperty)

取得指派給 屬性的值,並將其轉換為提供者預期的值。

GetOriginalProviderValue(IUpdateEntry, IProperty)

取得指派給 屬性的原始值,並將它轉換為提供者預期的值。

ToDebugString(IUpdateEntry, ChangeTrackerDebugStringOptions, Int32)

建立指定 IUpdateEntry 之 人類可讀取的標記法。

警告:請勿依賴傳回字串的格式。 它是專為偵錯而設計,而且可能會在發行之間任意變更。

適用於