Udostępnij za pośrednictwem


ObjectStateEntry.GetModifiedProperties Metoda

Definicja

Zwraca nazwy właściwości obiektu, które uległy zmianie od czasu ostatniego SaveChanges() wywołania.

public abstract System.Collections.Generic.IEnumerable<string> GetModifiedProperties();
abstract member GetModifiedProperties : unit -> seq<string>
Public MustOverride Function GetModifiedProperties () As IEnumerable(Of String)

Zwraca

Kolekcja IEnumerable<T> nazw jako ciąg.

Implementuje

System.Data.Entity.Core.IEntityStateEntry.GetModifiedProperties

Dotyczy