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

'Declaration
Public Overrides Function GetUnchangedPropertyNames As IEnumerable(Of String)
'Usage
Dim instance As Delta 
Dim returnValue As IEnumerable(Of String)

returnValue = instance.GetUnchangedPropertyNames()
public override IEnumerable<string> GetUnchangedPropertyNames()
public:
virtual IEnumerable<String^>^ GetUnchangedPropertyNames() override
abstract GetUnchangedPropertyNames : unit -> IEnumerable<string> 
override GetUnchangedPropertyNames : unit -> IEnumerable<string> 
public override function GetUnchangedPropertyNames() : IEnumerable<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()

See Also

Reference

Delta<TEntityType> Class

System.Web.Http.OData Namespace