Share via


Delta.GetUnchangedPropertyNames Method ()

 

Returns the Properties that have not been modified through this Delta as an enumeration of Property Names

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public abstract IEnumerable<string> GetUnchangedPropertyNames()
public:
virtual IEnumerable<String^>^ GetUnchangedPropertyNames() abstract
abstract GetUnchangedPropertyNames : unit -> IEnumerable<string>
Public MustOverride Function GetUnchangedPropertyNames As IEnumerable(Of String)

Return Value

Type: System.Collections.Generic.IEnumerable<String>

Implements

IDelta.GetUnchangedPropertyNames()

See Also

Delta Class
System.Web.OData Namespace

Return to top