Share via


Delta<TEntityType>.GetChangedPropertyNames Method ()

 

Returns the known properties that have been modified through this Delta as an IEnumerable<T> of property Names. Does not include the names of the changed dynamic properties.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.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>

Implements

IDelta.GetChangedPropertyNames()IDelta.GetChangedPropertyNames()

See Also

Delta<TEntityType> Class
System.Web.OData Namespace

Return to top