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