ObjectStateEntry.GetModifiedProperties 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
傳回自從上一次呼叫 SaveChanges() 以來已經變更之物件屬性的名稱。
命名空間: System.Data.Entity.Core.Objects
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public MustOverride Function GetModifiedProperties As IEnumerable(Of String)
'用途
Dim instance As ObjectStateEntry
Dim returnValue As IEnumerable(Of String)
returnValue = instance.GetModifiedProperties()
public abstract IEnumerable<string> GetModifiedProperties()
public:
virtual IEnumerable<String^>^ GetModifiedProperties() abstract
abstract GetModifiedProperties : unit -> IEnumerable<string>
public abstract function GetModifiedProperties() : IEnumerable<String>
傳回值
類型:System.Collections.Generic.IEnumerable<String>
做為字串之名稱的 IEnumerable<T> 集合。