ObjectStateEntry.GetModifiedProperties 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回上次 SaveChanges() 呼叫之後已變更之物件屬性的名稱。
public abstract System.Collections.Generic.IEnumerable<string> GetModifiedProperties ();
abstract member GetModifiedProperties : unit -> seq<string>
Public MustOverride Function GetModifiedProperties () As IEnumerable(Of String)
傳回
做為字串之名稱的 IEnumerable<T> 集合。
實作
System.Data.Entity.Core.IEntityStateEntry.GetModifiedProperties