IDelta.GetChangedPropertyNames Method ()
Returns the Properties that have been modified through this IDelta as an enumerable of Property Names
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.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.OData Namespace
Return to top