Delta<TEntityType>.GetUnchangedPropertyNames Method ()
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 override IEnumerable<string> GetUnchangedPropertyNames()
public:
virtual IEnumerable<String^>^ GetUnchangedPropertyNames() override
override GetUnchangedPropertyNames : unit -> IEnumerable<string>
Public Overrides Function GetUnchangedPropertyNames As IEnumerable(Of String)
Return Value
Type: System.Collections.Generic.IEnumerable<String>
The properties that have not been modified through this Delta as an enumeration of property names.
Implements
IDelta.GetUnchangedPropertyNames() IDelta.GetUnchangedPropertyNames()
See Also
Delta<TEntityType> Class
System.Web.Http.OData Namespace
Return to top