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)

public:
virtual IEnumerable<String^>^ GetUnchangedPropertyNames() override

Return Value

Type: System.Collections.Generic::IEnumerable<String^>^

The properties that have not been modified through this Delta as an enumeration of property names.

Return to top
Show: