Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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