Share via


Delta<TEntityType>.GetUnchangedPropertyNames Method ()

 

Returns the known properties that have not 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> 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>

Implements

IDelta.GetUnchangedPropertyNames()IDelta.GetUnchangedPropertyNames()

See Also

Delta<TEntityType> Class
System.Web.OData Namespace

Return to top