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
public abstract IEnumerable<string> GetChangedPropertyNames()
public:
virtual IEnumerable<String^>^ GetChangedPropertyNames() abstract
abstract GetChangedPropertyNames : unit -> IEnumerable<string>
Public MustOverride Function GetChangedPropertyNames As IEnumerable(Of String)
Return Value
Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.
Implements
IDelta.GetChangedPropertyNames()
See Also
Delta Class
System.Web.Http.OData Namespace
Return to top