IDelta.GetUnchangedPropertyNames Method ()

 

Returns the Properties that have not been modified through this IDelta as an enumerable of Property Names

Namespace:   System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

IEnumerable<string> GetUnchangedPropertyNames()
IEnumerable<String^>^ GetUnchangedPropertyNames()
abstract GetUnchangedPropertyNames : unit -> IEnumerable<string>
Function GetUnchangedPropertyNames As IEnumerable(Of String)

Return Value

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

See Also

IDelta Interface
System.Web.Http.OData Namespace

Return to top