IDelta.GetChangedPropertyNames Method ()

 

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

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

Syntax

IEnumerable<string> GetChangedPropertyNames()
IEnumerable<String^>^ GetChangedPropertyNames()
abstract GetChangedPropertyNames : unit -> IEnumerable<string>
Function GetChangedPropertyNames As IEnumerable(Of String)

Return Value

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

See Also

IDelta Interface
System.Web.Http.OData Namespace

Return to top