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