IDelta.GetUnchangedPropertyNames Method

Definition

Returns the Properties that have not been modified through this IDelta as an enumerable of Property Names

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

Returns

Applies to