Share via


Delta.GetChangedPropertyNames Method

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

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

Syntax

'Declaration
Public MustOverride Function GetChangedPropertyNames As IEnumerable(Of String)
'Usage
Dim instance As Delta 
Dim returnValue As IEnumerable(Of String)

returnValue = instance.GetChangedPropertyNames()
public abstract IEnumerable<string> GetChangedPropertyNames()
public:
virtual IEnumerable<String^>^ GetChangedPropertyNames() abstract
abstract GetChangedPropertyNames : unit -> IEnumerable<string> 
public abstract function GetChangedPropertyNames() : IEnumerable<String>

Return Value

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

Implements

IDelta.GetChangedPropertyNames()

See Also

Reference

Delta Class

System.Web.Http.OData Namespace